Gets and sets whether the property is visible
Namespace: DotNetNuke.Entities.ProfileAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] [XmlIgnoreAttribute] public ProfileVisibility ProfileVisibility { get; set; } |
| Visual Basic |
|---|
<BrowsableAttribute(false)> <XmlIgnoreAttribute> Public Property ProfileVisibility As ProfileVisibility Get Set |