CommandDialog<T>.Command.Expression 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.
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.