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

In This Topic
    ExcludeCategories Property
    In This Topic
    List of event categories to exclude.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ExcludeCategories As List(Of Integer)
    public List<int> ExcludeCategories {get;}
    See Also