StringWithQualityHeaderValue.Quality Property

Gets {insert text here}.

Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

Syntax

'Declaration
Public ReadOnly Property Quality As Nullable(Of Double)
    Get
'Usage
Dim instance As StringWithQualityHeaderValue 
Dim value As Nullable(Of Double)

value = instance.Quality
public Nullable<double> Quality { get; }
public:
property Nullable<double> Quality {
    Nullable<double> get ();
}
member Quality : Nullable<float>
function get Quality () : Nullable<double>

Property Value

Type: System.Nullable<Double>

See Also

Reference

StringWithQualityHeaderValue Class

System.Net.Http.Headers Namespace