| ApproxPatternOptionIgnoreCase Property |
Identifies the system should ignore case
Namespace:
SanteDB.Matcher.Configuration
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public bool IgnoreCase { get; set; }
Public Property IgnoreCase As Boolean
Get
Set
public:
property bool IgnoreCase {
bool get ();
void set (bool value);
}
member IgnoreCase : bool with get, set
Property Value
Type:
BooleanSee Also