[DefaultValueAttribute(true)]
public bool Blank { get; set; }<DefaultValueAttribute(true)>
Public Property Blank As Boolean
Get
Setpublic:
[DefaultValueAttribute(true)]
property bool Blank {
bool get ();
void set (bool value);
}[<DefaultValueAttribute(true)>]
member Blank : bool with get, set