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

In This Topic
    IncludeCategories Property
    In This Topic
    List of event categories to include.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IncludeCategories As List(Of Integer)
    public List<int> IncludeCategories {get;}
    Remarks
    If no IncludeCategories are specified, all categories are included except those specified in ExcludeCategories. If any IncludeCategories are specified, only the specified categories are included.
    See Also