Gets and sets whether the property is visible

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

Syntax

C#
[SortOrderAttribute(8)]
[XmlIgnoreAttribute]
public bool Visible { get; set; }
Visual Basic
<SortOrderAttribute(8)> 
<XmlIgnoreAttribute> 
Public Property Visible As Boolean
	Get
	Set

See Also