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 kind of match that occurred.
Namespace: System.Net.Http.Formatting
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
'Declaration
Public Property Ranking As MediaTypeFormatterMatchRanking
Get
Private Set
'Usage
Dim instance As MediaTypeFormatterMatch
Dim value As MediaTypeFormatterMatchRanking
value = instance.Ranking
public MediaTypeFormatterMatchRanking Ranking { get; private set; }
public:
property MediaTypeFormatterMatchRanking Ranking {
MediaTypeFormatterMatchRanking get ();
private: void set (MediaTypeFormatterMatchRanking value);
}
member Ranking : MediaTypeFormatterMatchRanking with get, private set
function get Ranking () : MediaTypeFormatterMatchRanking
private function set Ranking (value : MediaTypeFormatterMatchRanking)
Property Value
Type: System.Net.Http.Formatting.MediaTypeFormatterMatchRanking