DisplayAttribute.GroupName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值用于在用户界面中对字段进行分组。
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
值或空字符串有效。