IsUseAutoPrivateGroupDefined
Determines whether the UseAutoPrivateGroup property has been defined for this zone.
Syntax
bool IsUseAutoPrivateGroupDefined {get; set;}
Property value
Returns true if the UseAutoPrivateGroup property has been defined. Set this value false to clear this property. Call the UseAutoPrivateGroup property to set a value for this property.
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 UseAutoPrivateGroup property has not been defined and you attempt to set this property true.