Discuss this help topic in SecureBlackbox Forum
This property gets the local name of the node.
Declaration
[C#/Java]
string LocalName;
[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()
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