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