The FunctionName property specifies the function name to call in the Microsoft® ActiveX® script associated with a script task or step.
object.FunctionName [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Function name that is the script entry point for the step or ActiveX Script task |
String
Read/write
HRESULT GetFunctionName(BSTR *pRetVal);
HRESULT SetFunctionName(BSTR NewValue);