ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.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 String
    public string Expression {get; set;}
    See Also