DisplayAttribute.GetGroupName Method

Definition

Returns the value of the GroupName property.

public:
 System::String ^ GetGroupName();
public string GetGroupName ();
public string? GetGroupName ();
member this.GetGroupName : unit -> string
Public Function GetGroupName () As String

Returns

A value that will be used for grouping fields in the UI, if GroupName has been initialized; otherwise, null. If the ResourceType property has been specified and the GroupName property represents a resource key, a localized string is returned; otherwise, a non-localized string is returned.

Exceptions

Both the ResourceType property and GroupName properties were set, but a public static property with a name matching the GroupName value couldn't be found on the ResourceType.

Applies to