次の方法で共有


SchemaGroup.GroupProperties プロパティ

定義

SchemaGroup グループ プロパティのディクショナリ オブジェクトを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.groupProperties")]
public System.Collections.Generic.IDictionary<string,string> GroupProperties { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.groupProperties")>]
member this.GroupProperties : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property GroupProperties As IDictionary(Of String, String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象