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