SPCopyDestinationCollection.Item property

Gets the copy destination at the specified index in the collection of copy destination objects.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SPCopyDestination
    Get
'Usage
Dim instance As SPCopyDestinationCollection
Dim index As Integer
Dim value As SPCopyDestination

value = instance(index)
public SPCopyDestination this[
    int index
] { get; }

Parameters

  • index
    Type: System.Int32

    A 32-bit integer that specifies the index.

Property value

Type: Microsoft.SharePoint.SPCopyDestination
An SPCopyDestination object that represents the copy destination.

See also

Reference

SPCopyDestinationCollection class

SPCopyDestinationCollection members

Microsoft.SharePoint namespace