Gets and sets the Deleted

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

Syntax

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

See Also