次の方法で共有


AddressPrefixItem.AddressPrefixType プロパティ

定義

アドレス プレフィックスの種類を取得または設定します。 使用可能な値は、'IPPrefix'、'ServiceTag' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象