Share via


ODataError.ErrorCode Property

 

Gets or sets the error code to be used in payloads.

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Syntax

public string ErrorCode {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ ErrorCode {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member ErrorCode : string with get, set
Public Property ErrorCode As String

Property Value

Type: System.String

The error code to be used in payloads.

See Also

ODataError Class
Microsoft.OData.Core Namespace

Return to top