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 文字列が有効です。

適用対象