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