PortalSiteMapNode.createdDate Field
Specifies a field that contains a DateTime value that represents the creation date for this PortalSiteMapNode object.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Protected createdDate As DateTime
'Usage
Dim value As DateTime
value = Me.createdDate
Me.createdDate = value
protected DateTime createdDate