FuzzyMatching Property (WorklistEventArgs)
In This Topic
Indicates whether fuzzy matching was requested
Syntax
'Declaration
Public ReadOnly Property FuzzyMatching As System.Boolean
'Usage
Dim instance As WorklistEventArgs
Dim value As System.Boolean
value = instance.FuzzyMatching
public System.bool FuzzyMatching {get;}
public read-only property FuzzyMatching: System.Boolean;
public function get FuzzyMatching : System.boolean
public: __property System.bool get_FuzzyMatching();
public:
property System.bool FuzzyMatching {
System.bool get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also