The CustomTaskID property returns the programmatic identifier (ProgID) or class identifier (CLSID) of the class-specific object for this task.
object.CustomTaskID
Part | Description |
---|---|
object | Expression that evaluates to a Task object |
String
Read-only
HRESULT GetCustomTaskID(BSTR *pRetVal);
This property returns the ProgID or CLSID used in the call to the New method or CoCreateInstance function that created the Task object.