Share via


ODataError.Message Property

 

Gets or sets the error message.

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

Syntax

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

Property Value

Type: System.String

The error message.

See Also

ODataError Class
Microsoft.OData.Core Namespace

Return to top