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