IDataServiceHost.RequestVersion Property
Gets the value that identifies the version of the request that the client submitted, possibly null.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property RequestVersion As String
Get
'Usage
Dim instance As IDataServiceHost
Dim value As String
value = instance.RequestVersion
string RequestVersion { get; }
property String^ RequestVersion {
String^ get ();
}
abstract RequestVersion : string
function get RequestVersion () : String
Property Value
Type: System.String
A string that identifies the version of the request that the client submitted, possibly null.
Remarks
If this value is null, the version is assumed to be 1.0.