Proprietà IDataServiceHost.RequestIfMatch
Ottiene il valore per l'intestazione If-Match sulla richiesta corrente.
Spazio dei nomi System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
ReadOnly Property RequestIfMatch As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System.String
Valore stringa per l'intestazione If-Match sulla richiesta corrente.