RolesAvailable property
- Last UpdatedJul 23, 2024
- 1 minute read
Retrieves the collection of roles configured for this Galaxy.
Class
IGalaxySecurity
Syntax
[C#]
IGalaxyRoles RolesAvailable { get; };
[Visual C++]
HRESULT RolesAvailable(
[out,retval]IGalaxyRoles** roles
);
Parameters
roles
The collection of roles configured for this Galaxy.