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