The CustomTaskID property returns the programmatic identifier (ProgID) or class identifier (CLSID) of the CustomTask object implementing class for this task.
Task Object |
object.CustomTaskID
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
This property is used to establish the CLSID used in the call to the CoCreateInstance function.
String
Read-only
HRESULT GetCustomTaskID(BSTR *pRetVal);