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

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