Condividi tramite


VpnClientConnectionHealth.AllocatedIpAddresses Property

Definition

Gets or sets list of allocated ip addresses to the connected p2s vpn clients.

[Newtonsoft.Json.JsonProperty(PropertyName="allocatedIpAddresses")]
public System.Collections.Generic.IList<string> AllocatedIpAddresses { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allocatedIpAddresses")>]
member this.AllocatedIpAddresses : System.Collections.Generic.IList<string> with get, set
Public Property AllocatedIpAddresses As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to