SPSite.HideSystemStatusBar property
Se a barra de status do sistema do site deverão estar ocultos.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property HideSystemStatusBar As Boolean
Get
Set
'Uso
Dim instance As SPSite
Dim value As Boolean
value = instance.HideSystemStatusBar
instance.HideSystemStatusBar = value
public bool HideSystemStatusBar { get; set; }
Property value
Type: System.Boolean