Count property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the number of condition objects in the collection.
Class
IConditions
Syntax
[C#]
int count { get; };
[Visual C++]
HRESULT Count(
[out, retval] LONG*
);
Returns the number of condition objects in the collection.
IConditions
[C#]
int count { get; };
[Visual C++]
HRESULT Count(
[out, retval] LONG*
);