クライアントによって送信された要求のバージョンを示す値を取得します (null の場合もあります)。
名前空間: System.Data.Services
アセンブリ: Microsoft.Data.Services (Microsoft.Data.Services.dll)
構文
'宣言
ReadOnly Property RequestVersion As String
Get
'使用
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
プロパティ値
型: System.String
クライアントによって送信された要求のバージョンを示す文字列 (null の場合もあります)。
説明
この値が null の場合、バージョンは 1.0 と想定されます。