Share via


IPRange.SubnetPrefixLength Property

Definition

Gets or sets the subnet mask prefix length (see CIDR notation).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to