次の方法で共有


IDataServiceHost.RequestIfMatch プロパティ

現在の要求の If-Match ヘッダーの値を取得します。

名前空間:  System.Data.Services
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
ReadOnly Property RequestIfMatch As String
    Get
'使用
Dim instance As IDataServiceHost
Dim value As String

value = instance.RequestIfMatch
string RequestIfMatch { get; }
property String^ RequestIfMatch {
    String^ get ();
}
abstract RequestIfMatch : string
function get RequestIfMatch () : String

プロパティ値

型: System.String
現在の要求の If-Match ヘッダーの文字列値。

関連項目

参照

IDataServiceHost インターフェイス

System.Data.Services 名前空間