共用方式為


SchemaGroup.GroupProperties Property

Definition

Gets or sets dictionary object for SchemaGroup group properties

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to