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