次の方法で共有


EffectiveRoute.AddressPrefix プロパティ

定義

有効なルートのアドレス プレフィックスを CIDR 表記で取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象