'Declaration
<NotNullAttribute()> ReadOnly Property StringIdentifier As String
[NotNull()] string StringIdentifier {get;}
Property Value
The string identifier of the node. It is a string that uniquely identifies the node within its namespace.The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.