Share via


PropertyCollection.CopyTo method

Copies the property collection to an array of properties, at the specified index.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

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

instance.CopyTo(array, index)
public void CopyTo(
    Property[] array,
    int index
)

Parameters

  • array
    Type: []

    The array of properties where the property collection will be copied.

  • index
    Type: System.Int32

    The index of the array to start the copy.

See also

Reference

PropertyCollection class

PropertyCollection members

Microsoft.Office.Project.Server.Library namespace