CopyResult.DestinationUrl Property
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.