ExecutionRelatedObject property
- Last UpdatedJul 22, 2024
- 1 minute read
Returns the name of the execution-related object of this object.
Class
IAttributes
Syntax
[C#]
string ExecutionRelatedObject { set; get; };
[Visual C++]
[propget]
HRESULT ExecutionRelatedObject(
[out, retval] BSTR*
);
[propput]
HRESULT ExecutionRelatedObject(
[in] BSTR newExecutionRelatedObject
);
Parameters
newExecutionRelatedObject
The name of the execution-related object.