Compartir a través de


IPvxAddress Explicit Conversion (IPvxAddress to UInt16)

This API is not CLS-compliant. 

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Shared Narrowing Operator CType ( _
    address As IPvxAddress _
) As UShort
'Usage
Dim input As IPvxAddress
Dim output As UShort

output = CType(input, UShort)
public static explicit operator ushort (
    IPvxAddress address
)

Parameters

Return Value

Type: System.UInt16