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 (in Microsoft.Office.Server.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
- array
Type: System.Array
An array of type System.Array to which the elements of the PropertyDataTypeCollection class are copied.
- index
Type: System.Int32
The starting location in the array to which the elements of the PropertyDataTypeCollection class are copied.
Implements
ICollection.CopyTo(Array, Int32)
See Also
Reference
PropertyDataTypeCollection Class