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