Share via


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>.

See also

Reference

MultiValuedProperty<T> class

MultiValuedProperty<T> members

Microsoft.Exchange.Data namespace