IDataServiceHost.RequestMaxVersion Property
Gets the value that identifies the highest version that the request client is able to process.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property RequestMaxVersion As String
Get
'Usage
Dim instance As IDataServiceHost
Dim value As String
value = instance.RequestMaxVersion
string RequestMaxVersion { get; }
property String^ RequestMaxVersion {
String^ get ();
}
abstract RequestMaxVersion : string
function get RequestMaxVersion () : String
Property Value
Type: System.String
A string that contains the highest version that the request client is able to process, possibly null.