IDataServiceHost.RequestIfMatch Property

Definition

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

public:
 property System::String ^ RequestIfMatch { System::String ^ get(); };
public string RequestIfMatch { get; }
member this.RequestIfMatch : string
Public ReadOnly Property RequestIfMatch As String

Property Value

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

Applies to