共用方式為


InvoiceSection.Labels 屬性

定義

取得或設定與發票區段相關聯的元資料字典。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於