summaryP:DotNetNuke.Entities.Tabs.TabInfo.StartDate

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

Syntax

C#
[XmlElementAttribute("startdate")]
public DateTime StartDate { get; set; }
Visual Basic
<XmlElementAttribute("startdate")> 
Public Property StartDate As DateTime
	Get
	Set

See Also