Share via


ProxyAddressCollection Implicit conversion (Object[] to ProxyAddressCollection)

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

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    array As Object() _
) As ProxyAddressCollection
'Usage
Dim input As Object()
Dim output As ProxyAddressCollection

output = CType(input, ProxyAddressCollection)
public static implicit operator ProxyAddressCollection (
    Object[] array
)

Parameters

  • array
    Type: []

Return value

Type: Microsoft.Exchange.Data.ProxyAddressCollection
Returns ProxyAddressCollection.

See also

Reference

ProxyAddressCollection class

ProxyAddressCollection members

Microsoft.Exchange.Data namespace