SPRatingUsageEntry.RatedAssetTitle Property
Gets or sets the title of the asset being rated.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property RatedAssetTitle As String
Get
Set
'Usage
Dim instance As SPRatingUsageEntry
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.