Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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