Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
array As Object() _
) As ProxyAddressTemplateCollection
'Usage
Dim input As Object()
Dim output As ProxyAddressTemplateCollection
output = CType(input, ProxyAddressTemplateCollection)
public static implicit operator ProxyAddressTemplateCollection (
Object[] array
)
Parameters
- array
Type: []
Return value
Type: Microsoft.Exchange.Data.ProxyAddressTemplateCollection
See also
Reference
ProxyAddressTemplateCollection class