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