'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* get_BestMatches();
public: property IdentificationMatchCollection^ BestMatches { IdentificationMatchCollection^ get(); }