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