'Declaration
<XmlAttributeAttribute()> Public Property SymbolicName As String
'Usage
Dim instance As UANode Dim value As String instance.SymbolicName = value value = instance.SymbolicName
[XmlAttribute()] public string SymbolicName {get; set;}
[XmlAttribute()] public: property String^ SymbolicName { String^ get(); void set ( String^ value); }