MediaTypeWithQualityHeaderValue::Quality Property

.NET Framework (current version)
 

Get or set the quality value for the MediaTypeWithQualityHeaderValue.

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

public:
property Nullable<double> Quality {
	Nullable<double> get();
	void set(Nullable<double> value);
}

Property Value

Type: System::Nullable<Double>

The quality value for the MediaTypeWithQualityHeaderValue object.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: