PortalSiteMapNode.CreatedDate Property
Gets the date and time of creations for this PortalSiteMapNode object.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property CreatedDate As DateTime
Get
'Usage
Dim instance As PortalSiteMapNode
Dim value As DateTime
value = instance.CreatedDate
public virtual DateTime CreatedDate { get; }
Property Value
Type: System.DateTime
Date and time of creations for this PortalSiteMapNode object.