CopyResult.DestinationUrl property

Gets or sets the destination URL of a copy operation.

Namespace:  WebSvcCopy
Assembly:  STSSOAP (in STSSOAP.dll)

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.

See also

Reference

CopyResult class

CopyResult members

WebSvcCopy namespace