IsUseAutoPrivateGroupDefined
Determines whether the auto private group flag is defined for this user in this zone.
Syntax
bool IsUseAutoPrivateGroupDefined {get; set;}
Property value
Returns true if the auto private group flag is defined for this user. Set this property false to remove the flag definition from the profile.
Discussion
When auto private groups are enabled, the user’s UNIX profile name is automatically used as the group name and the user’s UID is used as the GID.
Exceptions
IsUseAutoPrivateGroupDefined throws an InvalidOperationException if the auto private group flag has not been defined and you attempt to set this property true.