PropertyCollection.CopyTo Method
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyCollection" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyCollection" instead")> _
Public Sub CopyTo ( _
array As Array, _
index As Integer _
)
'Usage
Dim instance As PropertyCollection
Dim array As Array
Dim index As Integer
instance.CopyTo(array, index)
[ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyCollection" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyCollection" instead")]
public void CopyTo(
Array array,
int index
)
Parameters
- array
Type: System.Array
- index
Type: System.Int32
Implements
ICollection.CopyTo(Array, Int32)