Gets the LastModifiedOnDate
Namespace: DotNetNuke.EntitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] [XmlIgnoreAttribute] public DateTime LastModifiedOnDate { get; private set; } |
| Visual Basic |
|---|
<BrowsableAttribute(false)> <XmlIgnoreAttribute> Public Property LastModifiedOnDate As DateTime Get Private Set |