'Declaration
Public Property BestMatch As IdentificationComparisonInformation
'Usage
Dim instance As IdentificationResult Dim value As IdentificationComparisonInformation instance.BestMatch = value value = instance.BestMatch
public IdentificationComparisonInformation BestMatch {get; set;}
public: __property IdentificationComparisonInformation* get_BestMatch(); public: __property void set_BestMatch( IdentificationComparisonInformation* value );
public: property IdentificationComparisonInformation^ BestMatch { IdentificationComparisonInformation^ get(); void set ( IdentificationComparisonInformation^ value); }