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 or sets the destination URL of a copy operation.
Namespace: [Copy Web service]
Web service reference: http://Site/_vti_bin/Copy.asmx
Syntax
'Declaration
Public Property DestinationUrl As String
Get
Set
'Usage
Dim instance As CopyResult
Dim value As String
value = instance.DestinationUrl
instance.DestinationUrl = value
public string DestinationUrl { get; set; }
Property Value
Type: System.String
A String that represents the intended destination URL of the copied document.