Share via


MultiValuedPropertyBase.CopyTo method

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public MustOverride Sub CopyTo ( _
    array As Array, _
    index As Integer _
)
'Usage
Dim instance As MultiValuedPropertyBase
Dim array As Array
Dim index As Integer

instance.CopyTo(array, index)
public abstract void CopyTo(
    Array array,
    int index
)

Parameters

Implements

ICollection.CopyTo(Array, Int32)

See also

Reference

MultiValuedPropertyBase class

MultiValuedPropertyBase members

Microsoft.Exchange.Data namespace