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