ExportedEntityRegex.Expressions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The regex expressions of the regex component. These expressions follow the .NET regex syntax. For reference, check here: https://learn.microsoft.com/dotnet/standard/base-types/regular-expressions.
public System.Collections.Generic.IList<Azure.AI.Language.Conversations.Authoring.ExportedEntityRegexExpression> Expressions { get; }
member this.Expressions : System.Collections.Generic.IList<Azure.AI.Language.Conversations.Authoring.ExportedEntityRegexExpression>
Public ReadOnly Property Expressions As IList(Of ExportedEntityRegexExpression)