'Declaration
<DataMemberAttribute(False)> <DisplayNameAttribute("")> Public ReadOnly Property IsCompany As Boolean
[DataMember(false)] [DisplayName("")] public bool IsCompany {get;}
[DataMember(false)] [DisplayName("")] public: property bool IsCompany { bool get(); }