FeedbackData.RatedAssetTitle Property
Gets or sets the title of the asset being rated.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
Syntax
'Declaration
Public Property RatedAssetTitle As String
Get
Set
'Usage
Dim instance As FeedbackData
Dim value As String
value = instance.RatedAssetTitle
instance.RatedAssetTitle = value
public string RatedAssetTitle { get; set; }
Property Value
Type: System.String
The title of the asset being rated.