public bool IsBanned { get; set; }
Public Property IsBanned As Boolean Get Set
public: property bool IsBanned { bool get (); void set (bool value); }
member IsBanned : bool with get, set