Share via


SPCopyDestination.Collection property

Gets the collection of copy destinations associated with a document.

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

Syntax

'Declaration
Public ReadOnly Property Collection As SPCopyDestinationCollection
    Get
'Usage
Dim instance As SPCopyDestination
Dim value As SPCopyDestinationCollection

value = instance.Collection
public SPCopyDestinationCollection Collection { get; }

Property value

Type: Microsoft.SharePoint.SPCopyDestinationCollection
An SPCopyDestinationCollection object that represents the collection of copy destinations.

See also

Reference

SPCopyDestination class

SPCopyDestination members

Microsoft.SharePoint namespace