ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / RegexRule Class / Expression Property

In This Topic
    Expression Property (RegexRule)
    In This Topic
    Gets or sets the regex expression.
    Syntax
    'Declaration
     
    Public Property Expression As System.String
    public System.string Expression {get; set;}
    See Also