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.