'Declaration
<DataMemberAttribute()> <NotNullAttribute()> Public ReadOnly Property ExcludeTags As List(Of String)
[DataMember()] [NotNull()] public List<string> ExcludeTags {get;}
[DataMember()] [NotNull()] public: property List<String^>^ ExcludeTags { List<String^>^ get(); }