共用方式為


SPRatingUsageEntry.RatedAssetId property

NOTE: This API is now obsolete.

取得或設定正在分級資產的識別碼。通常識別碼是正在分級資產的 URL。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")> _
Public Property RatedAssetId As String
    Get
    Set
'用途
Dim instance As SPRatingUsageEntry
Dim value As String

value = instance.RatedAssetId

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

Property value

Type: System.String
正在分級資產的識別碼。

請參閱

參照

SPRatingUsageEntry class

SPRatingUsageEntry members

Microsoft.SharePoint.Administration namespace