DsmlRequestDocument.CopyTo(DirectoryRequest[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The CopyTo(DirectoryRequest[], Int32) method copies the entire DsmlRequestDocument collection to a one-dimensional array, starting at the specified index of the target array.
public:
void CopyTo(cli::array <System::DirectoryServices::Protocols::DirectoryRequest ^> ^ value, int i);
public void CopyTo (System.DirectoryServices.Protocols.DirectoryRequest[] value, int i);
member this.CopyTo : System.DirectoryServices.Protocols.DirectoryRequest[] * int -> unit
Public Sub CopyTo (value As DirectoryRequest(), i As Integer)
Parameters
- value
- DirectoryRequest[]
A one-dimensional array that is the destination of the elements copied from the DsmlRequestDocument object.
- i
- Int32
The zero-based index of value
where copying begins.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.