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