PrivateAccessSubnet.Key Property

Definition

Gets or sets the key (ID) of the subnet.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to