IsGroupDefaultNameDefined

Determines whether the group default name has been defined.

Syntax

bool IsGroupDefaultNameDefined {get; set;}

Property value

Returns true if a group default name has been defined. Set this value false to clear this property. Call the GroupDefaultName property to set a value for this property.

Exceptions

IsGroupDefaultNameDefined throws an InvalidOperationException if the group default name has not been defined and you attempt to set this property true.