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