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