言語

Group.Custom プロパティ

定義

このグループ化に関連付けられたカスタムデータを取得します。

public:
 property System::String ^ Custom { System::String ^ get(); };
public string Custom { get; }
member this.Custom : string
Public ReadOnly Property Custom As String

プロパティ値

このグループに関連付けられたカスタムデータを含む String 値です。

適用対象