Share via


CommandDialog<T>.Command.Expression Property

Definition

Gets or sets the regular expression for matching command.

public System.Text.RegularExpressions.Regex Expression { get; set; }
member this.Expression : System.Text.RegularExpressions.Regex with get, set
Public Property Expression As Regex

Property Value

The regular expression.

Applies to