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