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