GatewayListConnectionsResponse.GatewayConnection.AllocatedIPAddresses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. If LocalNetworkSiteName is defined as VPNClientConnection, this element contains a list of IP addresses (represented as strings) that are assigned to currently connected VPN clients.
public System.Collections.Generic.IList<string> AllocatedIPAddresses { get; set; }
member this.AllocatedIPAddresses : System.Collections.Generic.IList<string> with get, set
Public Property AllocatedIPAddresses As IList(Of String)