IPRange.CreateIPAndCIDR method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Function CreateIPAndCIDR ( _
address As IPAddress, _
cidrLength As Short _
) As IPRange
'Usage
Dim address As IPAddress
Dim cidrLength As Short
Dim returnValue As IPRange
returnValue = IPRange.CreateIPAndCIDR(address, _
cidrLength)
public static IPRange CreateIPAndCIDR(
IPAddress address,
short cidrLength
)
Parameters
- address
Type: System.Net.IPAddress
- cidrLength
Type: System.Int16
Return value
Type: Microsoft.Exchange.Data.IPRange