FilterConsumerInfoBar.ShowStatusInViewMode Property
Gets or sets a Boolean value that indicates whether the connection status should be shown or hidden when the page is in View mode.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ShowStatusInViewMode As Boolean
Get
Set
'Usage
Dim instance As FilterConsumerInfoBar
Dim value As Boolean
value = instance.ShowStatusInViewMode
instance.ShowStatusInViewMode = value
public bool ShowStatusInViewMode { get; set; }
Property Value
Type: System.Boolean