TransferCodingWithQualityHeaderValue.Quality Property
Gets or sets {insert text here}.
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Property Quality As Nullable(Of Double)
Get
Set
'Usage
Dim instance As TransferCodingWithQualityHeaderValue
Dim value As Nullable(Of Double)
value = instance.Quality
instance.Quality = value
public Nullable<double> Quality { get; set; }
public:
property Nullable<double> Quality {
Nullable<double> get ();
void set (Nullable<double> value);
}
member Quality : Nullable<float> with get, set
function get Quality () : Nullable<double>
function set Quality (value : Nullable<double>)
Property Value
Type: System.Nullable<Double>