Settings.IsLibraryBrowserVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property bool IsLibraryBrowserVisible { bool get(); void set(bool value); };
[System.Configuration.DefaultSettingValue("False")]
[System.Configuration.UserScopedSetting]
[System.Diagnostics.DebuggerNonUserCode]
public bool IsLibraryBrowserVisible { get; set; }
[<System.Configuration.DefaultSettingValue("False")>]
[<System.Configuration.UserScopedSetting>]
[<System.Diagnostics.DebuggerNonUserCode>]
member this.IsLibraryBrowserVisible : bool with get, set
Public Property IsLibraryBrowserVisible As Boolean
Property Value
- Attributes