Share via


CopyResult.ErrorMessage Property

Gets or sets an error message associated with a copy operation.

Namespace:  [Copy Web service]
Web service reference: http://Site/_vti_bin/Copy.asmx

Syntax

'Declaration
Public Property ErrorMessage As String
    Get
    Set
'Usage
Dim instance As CopyResult
Dim value As String

value = instance.ErrorMessage

instance.ErrorMessage = value
public string ErrorMessage { get; set; }

Property Value

Type: System.String
A String that represents an error message associated with a copy operation.

See Also

Reference

CopyResult Class

CopyResult Members

Copy Web Service