'Declaration
<System.ComponentModel.DescriptionAttribute("The display name of the Property.")> <System.ComponentModel.DefaultValueAttribute()> <System.Xml.Serialization.XmlAttributeAttribute("displayname")> Public Property DisplayName As System.String
'Usage
Dim instance As PropertyDefinition Dim value As System.String instance.DisplayName = value value = instance.DisplayName
[System.ComponentModel.Description("The display name of the Property.")] [System.ComponentModel.DefaultValue()] [System.Xml.Serialization.XmlAttribute("displayname")] public System.string DisplayName {get; set;}