'Declaration
<DataMemberAttribute(False)> <DisplayNameAttribute("")> Public ReadOnly Property Comments As String
[DataMember(false)] [DisplayName("")] public string Comments {get;}
[DataMember(false)] [DisplayName("")] public: property String^ Comments { String^ get(); }