Click or drag to resize

CustomEntityDefinitionRegExOptions Property

Regular expression options. Option flag Compiled will be ignored.

Namespace: OpenDiscoverSDK.Interfaces.Settings.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public RegexOptions RegExOptions { get; set; }

Property Value

RegexOptions
See Also