Gets whether hide the login link.

Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool HideLoginControl { get; internal set; }
Visual Basic
Public Property HideLoginControl As Boolean
	Get
	Friend Set

Remarks

Defaults to False.

See Also