DisplayAttribute.GroupName 属性

定义

获取或设置一个值,该值用于在用户界面中对字段进行分组。

public:
 property System::String ^ GroupName { System::String ^ get(); void set(System::String ^ value); };
public string GroupName { get; set; }
public string? GroupName { get; set; }
member this.GroupName : string with get, set
Public Property GroupName As String

属性值

用于在用户界面中对字段进行分组的值。

注解

请勿使用此属性获取属性的值 GroupName 。 请改用 GetGroupName 方法。 null值或空字符串有效。

适用于