Proprietà IDataServiceHost.ResponseETag
Ottiene un valore eTag che rappresenta lo stato dei dati in risposta.
Spazio dei nomi System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Property ResponseETag As String
Get
Set
'Utilizzo
Dim instance As IDataServiceHost
Dim value As String
value = instance.ResponseETag
instance.ResponseETag = value
string ResponseETag { get; set; }
property String^ ResponseETag {
String^ get ();
void set (String^ value);
}
abstract ResponseETag : string with get, set
function get ResponseETag () : String
function set ResponseETag (value : String)
Valore proprietà
Tipo: System.String
Valore stringa che rappresenta lo stato valore eTag.