Permissions property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the general permissions of the Galaxy role.
Class
IGalaxyRole
Syntax
[C#]
IPermissions Permissions { get; };
[Visual C++]
HRESULT Permissions(
[out,retval]IPermissions **generalPermissions
);