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