IsNameDefined
Determines whether the name is defined for this group.
Syntax
bool IsNameDefined {get; set;}
Property value
Returns true if the name is defined for this group. Set this property false to clear the name.
Exceptions
IsNameDefined throws an InvalidOperationException if the name has not been defined and you attempt to set this property true.