Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets {insert text here}.
Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Property ETag As EntityTagHeaderValue 
    Get 
    Set
'Usage
Dim instance As HttpResponseHeaders 
Dim value As EntityTagHeaderValue 
value = instance.ETag
instance.ETag = value
public EntityTagHeaderValue ETag { get; set; }
public:
property EntityTagHeaderValue^ ETag {
    EntityTagHeaderValue^ get ();
    void set (EntityTagHeaderValue^ value);
}
member ETag : EntityTagHeaderValue with get, set
function get ETag () : EntityTagHeaderValue 
function set ETag (value : EntityTagHeaderValue)
Property Value
Type: System.Net.Http.Headers.EntityTagHeaderValue