IsServiceControlTask Property
In This Topic
Indicates whether this object is a ServiceControlTask
Syntax
'Declaration
Public ReadOnly Property IsServiceControlTask As Boolean
public bool IsServiceControlTask {get;}
public:
property bool IsServiceControlTask {
bool get();
}
See Also