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
     
    
    <NotNullAttribute()>
    Public ReadOnly Property ExcludeMessageText As List(Of String)
    [NotNull()]
    public List<string> ExcludeMessageText {get;}
    See Also