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