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