ODataError.ErrorCode Property

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

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

Syntax

'Declaration
Public Property ErrorCode As String 
    Get 
    Set
'Usage
Dim instance As ODataError 
Dim value As String 

value = instance.ErrorCode

instance.ErrorCode = value
public string ErrorCode { get; set; }
public:
property String^ ErrorCode {
    String^ get ();
    void set (String^ value);
}
member ErrorCode : string with get, set
function get ErrorCode () : String 
function set ErrorCode (value : String)

Property Value

Type: System.String
The error code to be used in payloads.

See Also

Reference

ODataError Class

Microsoft.Data.OData Namespace