This document is archived and information here might be outdated. Recommended version. |
Indicates if the server is started(true) or not(false).
[Visual Basic .NET]
Public ReadOnly Property Started As Boolean
[C#]
public bool Started {get;}
[C++]
HRESULT get_Started(
Boolean* pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type bool*