public bool isAdmin { get; set; }
Public Property isAdmin As Boolean Get Set
public: property bool^ isAdmin { bool^ get (); void set (bool^ value); }