IPRange constructor (IPAddress, Int16)
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Protected Sub New ( _
networkAddress As IPAddress, _
cidrLength As Short _
)
'Usage
Dim networkAddress As IPAddress
Dim cidrLength As Short
Dim instance As New IPRange(networkAddress, _
cidrLength)
protected IPRange(
IPAddress networkAddress,
short cidrLength
)
Parameters
- networkAddress
Type: System.Net.IPAddress
- cidrLength
Type: System.Int16