EntityTagHeaderValue.Tag Property
Gets {insert text here}.
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public ReadOnly Property Tag As String
Get
'Usage
Dim instance As EntityTagHeaderValue
Dim value As String
value = instance.Tag
public string Tag { get; }
public:
property String^ Tag {
String^ get ();
}
member Tag : string
function get Tag () : String
Property Value
Type: System.String