Gets and sets the Deleted
Namespace: DotNetNuke.Entities.ProfileAssembly: 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 |