共用方式為


Invoice.Documents 屬性

定義

取得可供下載的檔案清單,例如發票和稅務收據。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.documents")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.Document> Documents { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.documents")>]
member this.Documents : System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.Document>
Public ReadOnly Property Documents As IList(Of Document)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於