Gets whether the Definition has been modified since it has been retrieved

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

Syntax

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

See Also