Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the Status bar is enabled or not on the central admin page
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property StatusBarEnabled As Boolean
Get
Set
'Usage
Dim instance As SPAdministrationWebApplication
Dim value As Boolean
value = instance.StatusBarEnabled
instance.StatusBarEnabled = value
public bool StatusBarEnabled { get; set; }
Property value
Type: System.Boolean
See also
Reference
SPAdministrationWebApplication class