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
- array
Type: System.Array
One-dimensional array that contains the elements of the PropertyMapCollection object.
- index
Type: System.Int32
The starting location of the array to which the elements of the PropertyMapCollection object are copied.
Implements
ICollection.CopyTo(Array, Int32)