Controls run-time adaptation of the identification process.
Syntax
'Declaration
Public Property EnableIdentificationAdaptation As Boolean
'Usage
Dim instance As IdentificationProcessor
Dim value As Boolean
instance.EnableIdentificationAdaptation = value
value = instance.EnableIdentificationAdaptation
public bool EnableIdentificationAdaptation {get; set;}
public: __property bool get_EnableIdentificationAdaptation();
public: __property void set_EnableIdentificationAdaptation(
bool value
);
public:
property bool EnableIdentificationAdaptation {
bool get();
void set ( bool value);
}
See Also