Share via


PropertyDataTypeCollection.CopyTo method

Copies the elements of the PropertyDataTypeCollection class to an array, starting at a particular array index.

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

Syntax

'Declaration
Public Sub CopyTo ( _
    array As Array, _
    index As Integer _
)
'Usage
Dim instance As PropertyDataTypeCollection
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

PropertyDataTypeCollection class

PropertyDataTypeCollection members

Microsoft.Office.Server.UserProfiles namespace