Partilhar via


PatternAnalyzer.Flags Propriedade

Definição

Obtém ou define sinalizadores de expressão regular. Os valores possíveis incluem: '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)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a