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