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