adTempus API
ArcanaDevelopment.adTempus.Client Namespace / AlertNotificationRule Class / UseRegularExpressions Property


In This Topic
    UseRegularExpressions Property
    In This Topic
    Indicates whether to treat IncludeMessageText and ExcludeMessageText as regular expressions.
    Syntax
    'Declaration
     
    
    Public Property UseRegularExpressions As Boolean
    public bool UseRegularExpressions {get; set;}
    public:
    property bool UseRegularExpressions {
       bool get();
       void set (    bool value);
    }
    See Also