共用方式為


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 命名空間