This document is archived and information here might be outdated. Recommended version. |
The match score value.
[Visual Basic .NET] Public Property Score As Double
[C#] public double Score {get; set;}
[C++]
HRESULT get_Score(
System.Double* pScore
);
[C++]
HRESULT put_Score(
double pScore
);
[C++]
Parameters pScore [out, retval]
pScore is a parameter of type double* pScore [in]
pScore is a parameter of type double