MultiValuedProperty.op_Implicit Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders. Some topics may contain links to blank placeholder topics.]
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)
public static implicit operator MultiValuedProperty<T> (
Object[] array
)
public:
static implicit operator MultiValuedProperty<T>^ (
array<Object^>^ array
)
J# supports the use of custom casts, but not the declaration of new ones.
JScript supports the use of custom casts, but not the declaration of new ones.
Parameters
- array
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2)
Target Platforms
See Also
Reference
MultiValuedProperty Class
MultiValuedProperty Members
Microsoft.Exchange.Data Namespace