ResultPropertyValueCollection.CopyTo (Object[][], Int32)
The CopyTo method copies the property values from this collection to an array, starting at a particular index of the array.
public void CopyTo(
Object[] values,
Int32 index
);
Public Sub CopyTo( _
ByVal values() As Object, _
ByVal index As Int32 _
)
Parameters
- values
An array of type Object that receives this collection's property values. - index
The zero-based array index at which to begin copying the property values.
Return Values
This method has no return values.
Security
Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code.
Requirements
Client | Requires Windows XP Home Edition, Windows XP Professional, Windows Me, or Windows 98. |
Server | Requires Windows Server 2003, Windows 2000, or Windows NT 4.0. |
Namespace | Defined in System.DirectoryServices. |
Assembly | Requires System.DirectoryServices (in System.DirectoryServices.dll). |
.NET Framework | Requires .NET Framework 1.0. |