Public Property BestMatch As IdentificationComparisonInformation
Dim instance As IdentificationResult Dim value As IdentificationComparisonInformation instance.BestMatch = value value = instance.BestMatch
public IdentificationComparisonInformation BestMatch {get; set;}
public: property IdentificationComparisonInformation^ BestMatch { IdentificationComparisonInformation^ get(); void set ( IdentificationComparisonInformation^ value); }