Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.