SocialRatingAverage.LastModifiedTime Property
Gets the last time at which the average rating for a URL was 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
Private Set
'Usage
Dim instance As SocialRatingAverage
Dim value As DateTime
value = instance.LastModifiedTime
public DateTime LastModifiedTime { get; private set; }
Property Value
Type: System.DateTime