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