MediaTypeFormatterMatch.Quality Property

Gets the quality of the match

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

Syntax

'Declaration
Public Property Quality As Double 
    Get 
    Private Set
'Usage
Dim instance As MediaTypeFormatterMatch 
Dim value As Double 

value = instance.Quality
public double Quality { get; private set; }
public:
property double Quality {
    double get ();
    private: void set (double value);
}
member Quality : float with get, private set
function get Quality () : double 
private function set Quality (value : double)

Property Value

Type: System.Double

See Also

Reference

MediaTypeFormatterMatch Class

System.Net.Http.Formatting Namespace