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