public int MatchConfidence {get; set;}
public: __property int get_MatchConfidence(); public: __property void set_MatchConfidence( int value );
'Declaration
Public Property MatchConfidence As Integer
'Usage
Dim instance As IdentificationComparisonInformation Dim value As Integer instance.MatchConfidence = value value = instance.MatchConfidence