EndpointPropertiesSubnetsItem.Scope Property

Definition

Gets or sets block size (number of leading bits in the subnet mask).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to