IDataServiceHost.RequestIfMatch Property

Gets the value for the If-Match header on the current request.

Namespace:  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property RequestIfMatch As String 
    Get
'Usage
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

Property Value

Type: System.String
String value for the If-Match header on the current request.

See Also

Reference

IDataServiceHost Interface

System.Data.Services Namespace