'Declaration
Public ReadOnly Property BestMatches As IdentificationMatchCollection
'Usage
Dim instance As IdentificationResult Dim value As IdentificationMatchCollection value = instance.BestMatches
public IdentificationMatchCollection BestMatches {get;}
public: property IdentificationMatchCollection^ BestMatches { IdentificationMatchCollection^ get(); }