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