'Declaration
<System.Runtime.Serialization.DataMemberAttribute()> Public Property PropertyName As System.String
'Usage
Dim instance As PropertyValue Dim value As System.String instance.PropertyName = value value = instance.PropertyName
[System.Runtime.Serialization.DataMember()] public System.string PropertyName {get; set;}