FuzzyMatching Property (WorklistEventArgs)
Indicates whether fuzzy matching was requested
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();
}
'Declaration
Public ReadOnly Property FuzzyMatching As System.Boolean
'Usage
Dim instance As WorklistEventArgs
Dim value As System.Boolean
value = instance.FuzzyMatching
Target Platforms: .NET CLR 4.8 or higher