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