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