Category property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the category of this object.
Class
IInstance
Syntax
[C#]
ECATEGORY category { get; };
[Visual C++]
// The Category of the object.
HRESULT Category(
// The Category of the object.
[out, retval] enum ECATEGORY* theCategory
);