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