ProxyAddressTemplateCollection Implicit conversion (Object[] to ProxyAddressTemplateCollection)
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