Discuss this help topic in SecureBlackbox Forum
Specifies XML key name.
Declaration
[VB.NET]
Property KeyName As String
[Pascal]
property KeyName : XMLString;
[C++]
void get_KeyName(sb_u16string &OutResult);
void get_KeyName(std::wstring &OutResult);
void set_KeyName(const sb_u16string &Value);
void set_KeyName(const std::wstring &Value);
[PHP]
string get_KeyName()
void set_KeyName(string $Value)
[Java]
String getKeyName();
void setKeyName(String Value);
Description
This property specifies the XML key name.
Discuss this help topic in SecureBlackbox Forum