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