SPCopyDestination.Collection Property
Gets the collection of copy destinations associated with a document.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.