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