IDataServiceHost.ResponseETag Property

Gets an eTag value that represents the state of data in response.

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

Syntax

'Declaration
Property ResponseETag As String 
    Get 
    Set
'Usage
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)

Property Value

Type: System.String
A string value that represents the eTag state value.

See Also

Reference

IDataServiceHost Interface

System.Data.Services Namespace