SocialData.LastModifiedTime Property
Gets the DateTime object representing the time when the piece of social data was last updated.
Namespace: Microsoft.Office.Server.SocialData
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property LastModifiedTime As DateTime
Get
Protected Set
'Usage
Dim instance As SocialData
Dim value As DateTime
value = instance.LastModifiedTime
instance.LastModifiedTime = value
public DateTime LastModifiedTime { get; protected set; }
Property Value
Type: System.DateTime