次の方法で共有


AddressValidationProperties.AlternateAddresses プロパティ

定義

代替アドレスの一覧を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="alternateAddresses")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.ShippingAddress> AlternateAddresses { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="alternateAddresses")>]
member this.AlternateAddresses : System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.ShippingAddress>
Public ReadOnly Property AlternateAddresses As IList(Of ShippingAddress)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象