DisplayAttribute.GroupName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來將 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
值或空字串有效。