Delen via


CidrIpAddress.PrefixLength Property

Definition

Gets or sets the length of the prefix of the ip address.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to