Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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