共用方式為


StringDictionaryInner.Properties 屬性

定義

取得或設定設定。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於