다음을 통해 공유


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)

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

See also

Reference

FilterConsumerInfoBar class

FilterConsumerInfoBar members

Microsoft.SharePoint.WebPartPages namespace