IsUserDefaultPrimaryGroupDefined
Determines whether the UserDefaultPrimaryGroup
property is defined for this
zone.
Syntax
bool IsUserDefaultPrimaryGroupDefined {get; set;}
Property value
Returns true
if the user default primary group property is defined. Set this
value false
to clear this property. Call the UserDefaultPrimaryGroup
property to
set a value for this property.
Exceptions
IsUserDefaultPrimaryGroupDefined
throws an InvalidOperationException
if the
UserDefaultPrimaryGroup
property has not been defined and you attempt to set
this property true
.