PublicIPPrefix.PrefixLength Property

Definition

Gets or sets the Length of the Public IP Prefix.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.prefixLength")]
public int? PrefixLength { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.prefixLength")>]
member this.PrefixLength : Nullable<int> with get, set
Public Property PrefixLength As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to