Indicates the likelihood that an unknown form should match a form in the
FormModels collection.
Syntax
'Declaration
Public Property IdentificationCertainty As Integer
'Usage
Dim instance As IdentificationProcessor
Dim value As Integer
instance.IdentificationCertainty = value
value = instance.IdentificationCertainty
public int IdentificationCertainty {get; set;}
public: __property int get_IdentificationCertainty();
public: __property void set_IdentificationCertainty(
int value
);
public:
property int IdentificationCertainty {
int get();
void set ( int value);
}
See Also