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.
Gets or sets the date and time when the average rating was last modified for a specified URL.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
Syntax
'Declaration
Public Property LastModifiedTime As DateTime
Get
Set
'Usage
Dim instance As SocialRatingAverageDetail
Dim value As DateTime
value = instance.LastModifiedTime
instance.LastModifiedTime = value
public DateTime LastModifiedTime { get; set; }
Property Value
Type: System.DateTime
The date and time when the average rating was last modified for a specified URL.
See Also
Reference
SocialRatingAverageDetail Class