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 an error (or success) code associated with a copy operation.
Namespace:  [Copy Web service]
Web service reference: http://Site/_vti_bin/Copy.asmx
Syntax
'Declaration
Public Property ErrorCode As CopyErrorCode
    Get
    Set
'Usage
Dim instance As CopyResult
Dim value As CopyErrorCode
value = instance.ErrorCode
instance.ErrorCode = value
public CopyErrorCode ErrorCode { get; set; }
Property Value
Type: [Copy Web service].CopyErrorCode
A [Copy Web service].CopyErrorCode value that specifies either success or an error associated with a copy operation.
Remarks
One possible value is Success().