ProfilePropertyGroupCollection.CopyTo (Array, Int32) Method (BCL)

Explicit ICollection.CopyTo implementation. Copies the elements of this collection into the specified array.

Definition

[Visual Basic .NET]

Overridable Public Sub CopyTo( _ByValarray As System.Array, _
  ByValindex As System.Int32 _
) 

[C#]

public virtual void CopyTo(System.Arrayarray,
  System.Int32index);

Parameters

[Visual Basic .NET]

  • array
    Array to copy data to.
  • index
    Zero-based index in array at which copying begins.

[C#]

  • array
    Array to copy data to.
  • index
    Zero-based index in array at which copying begins.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Code to Create and Set Profile Properties

Code to Retrieve and Display Profile Properties

Copyright © 2005 Microsoft Corporation.
All rights reserved.