Share via


FriendlyUrl.LastModified property

Gets or sets the date that a FriendlyUrl object in the content database was last modified.

Namespace:  Microsoft.SharePoint.Publishing.WebServices
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

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

value = instance.LastModified

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

Property value

Type: System.DateTime
The last modified date.

See also

Reference

FriendlyUrl class

FriendlyUrl members

Microsoft.SharePoint.Publishing.WebServices namespace