次の方法で共有


CustomIpPrefix.PrefixType プロパティ

定義

カスタム IP プレフィックスの種類を取得または設定します。 単数形、親、または子である必要があります。 使用できる値は、'Singular'、'Parent'、'Child' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象