PatternTokenizer.Flags Property

Definition

Gets or sets regular expression flags. Possible values include: 'CANON_EQ', 'CASE_INSENSITIVE', 'COMMENTS', 'DOTALL', 'LITERAL', 'MULTILINE', 'UNICODE_CASE', 'UNIX_LINES'

[Newtonsoft.Json.JsonProperty(PropertyName="flags")]
public Microsoft.Azure.Search.Models.RegexFlags? Flags { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="flags")>]
member this.Flags : Nullable<Microsoft.Azure.Search.Models.RegexFlags> with get, set
Public Property Flags As Nullable(Of RegexFlags)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to