DisplayAttribute.GetGroupName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.