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