SocialReplicationData.DeletedRatings Property
Gets or sets an array of deleted social ratings.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
Syntax
'Declaration
Public Property DeletedRatings As DeletedSocialRatingDetail()
Get
Set
'Usage
Dim instance As SocialReplicationData
Dim value As DeletedSocialRatingDetail()
value = instance.DeletedRatings
instance.DeletedRatings = value
public DeletedSocialRatingDetail[] DeletedRatings { get; set; }
Property Value
Type: []
An array of deleted social ratings.