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