CopyResult.ErrorCode Property

Gets or sets an error (or success) code associated with a copy operation.

Web Service: CopyWeb Reference: http://<Site>/_vti_bin/Copy.asmx

Syntax

<XmlAttributeAttribute> _
Public Property ErrorCode As CopyErrorCode

Dim instance As CopyResult
Dim value As CopyErrorCode

value = instance.ErrorCode

instance.ErrorCode = value
[XmlAttributeAttribute] 
public CopyErrorCode ErrorCode { get; set; }

Property Value

A Copy.CopyErrorCode value that specifies either success or an error associated with a copy operation.

Remarks

One possible value is Success.

See Also

Reference

CopyResult Class
CopyResult Members
Copy Web Service