'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(); }
'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(); }