Share via


SPMobileLogoutPageNavigation.DisplayNavigation Property

Gets a value that indicates whether the navigation control is visible.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides ReadOnly Property DisplayNavigation As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.DisplayNavigation
protected override bool DisplayNavigation { get; }

Property Value

Type: System.Boolean
true if the control is visible; otherwise, false.

Remarks

This override returns true only when forms-based authentication is being used and anonymous access is not enabled.

See Also

Reference

SPMobileLogoutPageNavigation Class

SPMobileLogoutPageNavigation Members

Microsoft.SharePoint.MobileControls Namespace