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;}
    [NotNull()]
    public:
    property List<String^>^ ExcludeMessageText {
       List<String^>^ get();
    }
    See Also