'Declaration<XmlAttributeAttribute()> Public Property BrowseName As String
'UsageDim 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); }