Share via


PropertyMapCollection.CopyTo Method

Copies the elements of the PropertyMapCollection object to a one-dimensional array, starting at a specified array index.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

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

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

Parameters

Implements

ICollection.CopyTo(Array, Int32)

See Also

Reference

PropertyMapCollection Class

PropertyMapCollection Members

Microsoft.Office.Server.UserProfiles Namespace