IPvxAddress Constructor (UInt64, UInt64)
This API is not CLS-compliant.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Sub New ( _
high As ULong, _
low As ULong _
)
'Usage
Dim high As ULong
Dim low As ULong
Dim instance As New IPvxAddress(high, low)
[CLSCompliantAttribute(false)]
public IPvxAddress(
ulong high,
ulong low
)