DisplayAttribute.GroupName 속성

정의

UI에서 필드를 그룹화하는 데 사용되는 값을 가져오거나 설정합니다.

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

속성 값

UI에서 필드를 그룹화하는 데 사용되는 값입니다.

설명

속성 값을 GroupName 가져오는 데 이 속성을 사용하지 마세요. 대신 GetGroupName 메서드를 사용합니다. null 값 또는 빈 문자열이 유효합니다.

적용 대상