次の方法で共有


AddressResponse.OutboundIpAddresses プロパティ

定義

送信接続に表示される IP アドレスを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象