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
     
    
    <NotNullAttribute()>
    Public ReadOnly Property IncludeCategories As List(Of Integer)
    [NotNull()]
    public List<int> IncludeCategories {get;}
    [NotNull()]
    public:
    property List<int>^ IncludeCategories {
       List<int>^ 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