Response.ErrorCode Property

Gets or sets an error message for the response.

Namespace:  Microsoft.SharePoint.Dsp
Assembly:  Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)

Syntax

Public Property ErrorCode As String
    Get
    Set

Dim instance As Response
Dim value As String

value = instance.ErrorCode

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

Property Value

Type: System.String
A string that contains the error message.

See Also

Reference

Response Class

Response Members

Microsoft.SharePoint.Dsp Namespace