Discuss this help topic in SecureBlackbox Forum
This property gets the namespace prefix of this node.
Declaration
[VB.NET]
Property Prefix As String
[Pascal]
property Prefix : WideString;
[C++]
void get_Prefix(sb_u16string &OutResult);
void get_Prefix(std::wstring &OutResult);
[PHP]
string get_Prefix()
[Java]
String getPrefix();
Description
Use this property to get the namespace prefix of the node's name. To set the value, use NodeName property.
Discuss this help topic in SecureBlackbox Forum