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 the error message language.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property MessageLanguage As String
Get
'Usage
Dim instance As DataServiceException
Dim value As String
value = instance.MessageLanguage
public string MessageLanguage { get; }
public:
property String^ MessageLanguage {
String^ get ();
}
member MessageLanguage : string
function get MessageLanguage () : String
Property Value
Type: System.String
The string value that represents the message language.