GetLocalGroupUnixProfile
Returns the UNIX group profile for a specified local group.
Syntax
IGroupUnixProfile GetLocalGroupUnixProfile(string groupName)
Parameter
Specify the following parameter when using this method:
Parameter | Description |
---|---|
groupName
|
The name of the local group for which you want to retrieve profile information. |
Return value
The GroupUnixProfile object for the specified local group name. If there is no
group, null
is returned.
Exceptions
GetGroupUnixProfile
may throw one of the following exceptions:
ArgumentNullException
if the specified parameter value is null.