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