Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ResultPropertyCollection::CopyTo Method (array<ResultPropertyValueCollection^>^, Int32)

 

Copies the properties from this collection to an array, starting at a particular index of the array.

Namespace:   System.DirectoryServices
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)

public:
void CopyTo(
	array<ResultPropertyValueCollection^>^ array,
	int index
)

Parameters

array
Type: array<System.DirectoryServices::ResultPropertyValueCollection^>^

An array of type ResultPropertyValueCollection that receives this collection's properties.

index
Type: System::Int32

The zero-based array index at which to begin copying the properties.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft