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值或空字串有效。

適用於