次の方法で共有


ExpressRoutePort.Encapsulation プロパティ

定義

物理ポートのカプセル化方法を取得または設定します。 使用できる値は、'Dot1Q'、'QinQ' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.encapsulation")]
public string Encapsulation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.encapsulation")>]
member this.Encapsulation : string with get, set
Public Property Encapsulation As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象