Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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