現在の要求の If-None-Match ヘッダーの値を取得します。
名前空間: System.Data.Services
アセンブリ: Microsoft.Data.Services (Microsoft.Data.Services.dll)
構文
'宣言
ReadOnly Property RequestIfNoneMatch As String
Get
'使用
Dim instance As IDataServiceHost
Dim value As String
value = instance.RequestIfNoneMatch
string RequestIfNoneMatch { get; }
property String^ RequestIfNoneMatch {
String^ get ();
}
abstract RequestIfNoneMatch : string
function get RequestIfNoneMatch () : String
プロパティ値
型: System.String
現在の要求の If-None-Match ヘッダーの文字列値。