Share via


SocialUrl.LastModifiedTime property

A DataTime object representing the last time when this URL has been tagged.

Namespace:  Microsoft.Office.Server.SocialData
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property LastModifiedTime As DateTime
    Get
    Private Set
'Usage
Dim instance As SocialUrl
Dim value As DateTime

value = instance.LastModifiedTime
public DateTime LastModifiedTime { get; private set; }

Property value

Type: System.DateTime

See also

Reference

SocialUrl class

SocialUrl members

Microsoft.Office.Server.SocialData namespace