| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As NodeState Dim value As String instance.SymbolicName = value value = instance.SymbolicName | |
| C# | |
|---|---|
| public string SymbolicName {get; set;} | |
Property Value
The name of the symbolic.
            This string can only contain characters that are valid for an XML element name.
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    