Accusoft.Forms1 - Updated
State Property (IdentificationResult)



Accusoft.Forms Namespace > IdentificationResult Class : State Property
Gets or sets a value indicating the outcome of the identification operation.
Syntax
Public Property State As IdentificationState
Dim instance As IdentificationResult
Dim value As IdentificationState
 
instance.State = value
 
value = instance.State
public IdentificationState State {get; set;}
public:
property IdentificationState State {
   IdentificationState get();
   void set (    IdentificationState value);
}
See Also

Reference

IdentificationResult Class
IdentificationResult Members