Item property
- Last UpdatedJul 23, 2024
- 1 minute read
Return a Galaxy role.
Class
IGalaxyRoles
Syntax
[C#]
IGalaxyRole this[object galaxyIdentifier] { get; };
[Visual C++]
HRESULT Item(
[in] VARIANT galaxyIdentifier,
[out, retval] IGalaxyRole** GalaxyRole
);
Parameters
galaxyIdentifier
The index of a role. This is a numeric value from 1 to count, or the name of the role.
GalaxyRole
The returned Galaxy role object.