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