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 the language for the exception Message.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property MessageLanguage As String
Get
Set
'Usage
Dim instance As ODataError
Dim value As String
value = instance.MessageLanguage
instance.MessageLanguage = value
public string MessageLanguage { get; set; }
public:
property String^ MessageLanguage {
String^ get ();
void set (String^ value);
}
member MessageLanguage : string with get, set
function get MessageLanguage () : String
function set MessageLanguage (value : String)
Property Value
Type: System.String
The language for the exception Message.