共用方式為


SPRatingUsageEntry.SiteId property

NOTE: This API is now obsolete.

取得或設定從其中分級使用狀況資料記錄的網站識別碼。

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 SiteId As Guid
    Get
    Set
'用途
Dim instance As SPRatingUsageEntry
Dim value As Guid

value = instance.SiteId

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

Property value

Type: System.Guid
網站識別碼。

請參閱

參照

SPRatingUsageEntry class

SPRatingUsageEntry members

Microsoft.SharePoint.Administration namespace