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