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