Share via


IPAddressPool.Addresses Property

Definition

The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses.

public System.Collections.Generic.IList<string> Addresses { get; }
member this.Addresses : System.Collections.Generic.IList<string>
Public ReadOnly Property Addresses As IList(Of String)

Property Value

Applies to