Attributes property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the collection of attributes of this object.
Class
IgObject
Syntax
[C#]
IAttributes Attributes { get; };
[Visual C++]
HRESULT Attributes(
[out, retval] IAttributes** theAttributes
);
Parameters
theAttributes
The collection of attributes of this object.