Share via


IOwinResponse.ETag Property

Gets or sets an ETag that identifies a version of the file.

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Property ETag As String 
    Get 
    Set
'Usage
Dim instance As IOwinResponse 
Dim value As String 

value = instance.ETag

instance.ETag = value
string ETag { get; set; }
property String^ ETag {
    String^ get ();
    void set (String^ value);
}
abstract ETag : string with get, set
function get ETag () : String 
function set ETag (value : String)

Property Value

Type: System.String
An ETag that identifies a version of the file.

See Also

Reference

IOwinResponse Interface

Microsoft.Owin Namespace