Description
Indicates whether to use start (true) or stop
(false).
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property UseStart() As Boolean
|
[C#] |
public bool UseStart {get; set;}
|
[Managed C++] |
public: __property bool get_UseStart();
public: __property void set_UseStart(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_UseStart(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseStart(
VARIANT_BOOL NewUseStart
);
|
[Java] |
public bool getUseStart();public void setUseStart(
bool
);
|
See Also