Gets and Sets the confidence value of the result object.
Syntax
Public Overridable Property Confidence As Integer
Dim instance As Result
Dim value As Integer
instance.Confidence = value
value = instance.Confidence
public virtual int Confidence {get; set;}
public:
virtual property int Confidence {
int get();
void set ( int value);
}
See Also