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