Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
array
Type: System.ArrayAn array to which the elements of the PropertyDataTypeCollection class are copied.
index
Type: System.Int32The 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