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