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