This document is archived and information here might be outdated. Recommended version. |
The status to be suspended.
[Visual Basic .NET]
Public Property Suspend As Boolean
[C#]
public bool Suspend {get; set;}
[C++]
HRESULT get_Suspend(
VARIANT_BOOL b
);
[C++]
HRESULT put_Suspend(
Boolean* b
);
[C++] Parameters b [in]
b is a parameter of type bool b [out, retval]
b is a parameter of type bool*