Discuss this help topic in SecureBlackbox Forum
This property gets the fully qualified name of the node.
Declaration
[VB.NET]
Property NodeName As String
[Pascal]
property NodeName : WideString;
[C++]
void get_NodeName(sb_u16string &OutResult);
void get_NodeName(std::wstring &OutResult);
[PHP]
string get_NodeName()
[Java]
String getNodeName();
Description
Use this property to get the fully qualified name of the node.
Discuss this help topic in SecureBlackbox Forum