Gets and sets whether the User is deleted

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

Syntax

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

See Also