The TransformServerID property returns the programmatic identifier (ProgID) or class identifier (CLSID) of the transform server object (the class-specific transformation object).
object.TransformServerID
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
String
Read-only
HRESULT GetTransformServerID(BSTR *pRetVal);
The ProgID or CLSID returned by the TransformServerID property is the identifier that was used with the New method of the Transformations collection to create the Transformation2 object.