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