SPNavigationNode.LastModified Property

Gets or sets a DateTime value specifying when the node object was last modified.

Namespace:  Microsoft.SharePoint.Navigation
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Property LastModified As DateTime
    Get
    Friend Set
'Usage
Dim instance As SPNavigationNode
Dim value As DateTime

value = instance.LastModified
public DateTime LastModified { get; internal set; }

Property Value

Type: System.DateTime
Returns a DateTime value specifying when the node was last modified.

Remarks

This property cannot be directly set, but is provided internally.

See Also

Reference

SPNavigationNode Class

SPNavigationNode Members

Microsoft.SharePoint.Navigation Namespace