次の方法で共有


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

適用対象