SPRatingUsageEntry.RatedAssetTitle 属性

请注意:此 API 现在已过时。

获取或设置标题的资产被评级。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")> _
Public Property RatedAssetTitle As String
    Get
    Set
用法
Dim instance As SPRatingUsageEntry
Dim value As String

value = instance.RatedAssetTitle

instance.RatedAssetTitle = value
[ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")]
public string RatedAssetTitle { get; set; }

属性值

类型:System.String
被评定为资产的标题。

另请参阅

引用

SPRatingUsageEntry 类

SPRatingUsageEntry 成员

Microsoft.SharePoint.Administration 命名空间