GetLocalGroupUnixProfileByGid (Int32)
Returns the Local UNIX profile for a group in the zone using the group identifier (GID) of the profile. This method is exposed to the .COM interface.
Syntax
IGroupUnixProfile GetLocalGroupUnixProfileByGid(int gid)
Parameter
Specify the following parameters when using this method.
Parameter | Description |
---|---|
gid
|
The group identifier (GID) of the local group profile. |
Return value
The local group profile with the specified group identifier (GID) or null
if no
matching group profile is found.