CandidateState.Score Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the score of the Endpoint within the current CandidateSet.
public:
property int Score { int get(); };
public int Score { get; }
member this.Score : int
Public ReadOnly Property Score As Integer
Property Value
Remarks
Candidates within a set are ordered in priority order and then assigned a sequential score value based on that ordering. Candidates with the same score are considered to have equal priority.
The score values are used in the EndpointSelector to determine whether a set of matching candidates is an ambiguous match.