MultiValuedProperty<T> Implicit Conversion (Object[] to MultiValuedProperty<T>)
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
array As Object() _
) As MultiValuedProperty(Of T)
'Usage
Dim input As Object()
Dim output As MultiValuedProperty(Of T)
output = CType(input, MultiValuedProperty(Of T))
public static implicit operator MultiValuedProperty<T> (
Object[] array
)
Parameters
- array
Type: []
Return Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<T>
Returns MultiValuedProperty<T>.