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