 | ApproxPatternOptionIgnoreCase Property |
Identifies the system should ignore case
Namespace: SanteDB.Matcher.ConfigurationAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic 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
Boolean
See Also