Gets and Sets the confidence value of the result object.
Syntax
'Declaration
Public Overridable Property Confidence As System.Integer
'Usage
Dim instance As Result
Dim value As System.Integer
instance.Confidence = value
value = instance.Confidence
public virtual System.int Confidence {get; set;}
public read-write property Confidence: System.Integer; virtual;
public function get,set Confidence : System.int
public: __property virtual System.int get_Confidence();
public: __property virtual void set_Confidence(
System.int value
);
public:
virtual property System.int Confidence {
System.int get();
void set ( System.int value);
}
See Also