'Declaration
<DefaultValueAttribute("")> <XmlIgnoreAttribute()> Public Property ExpandedText As String
'Usage
Dim instance As UAQualifiedName Dim value As String instance.ExpandedText = value value = instance.ExpandedText
[DefaultValue("")] [XmlIgnore()] public string ExpandedText {get; set;}
[DefaultValue("")] [XmlIgnore()] public: property String^ ExpandedText { String^ get(); void set ( String^ value); }