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

See also

Reference

SocialData class

SocialData members

Microsoft.Office.Server.SocialData namespace