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