Discuss this help topic in SecureBlackbox Forum
Specifies NameFormat attribute.
Declaration
[VB.NET]
Property NameFormat As String
[Pascal]
property NameFormat : string;
[C++]
void get_NameFormat(std::string &OutResult);
void set_NameFormat(const std::string &Value);
[PHP]
string get_NameFormat()
void set_NameFormat(string $Value)
[Java]
String getNameFormat();
void setNameFormat(String Value);
Description
Use this property to specify the NameFormat attribute of this Attribute element.
Discuss this help topic in SecureBlackbox Forum