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