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

In This Topic
    ExcludeMessageText Property
    In This Topic
    List of text that must appear in message to exclude rule.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ExcludeMessageText As List(Of String)
    public List<string> ExcludeMessageText {get;}
    See Also