SPClickthroughUsageEntry.ClickedAssetWebId property
NOTE: This API is now obsolete.
取得或設定SPWeb點選資產的 GUID。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")> _
Public Property ClickedAssetWebId As Nullable(Of Guid)
Get
Set
'用途
Dim instance As SPClickthroughUsageEntry
Dim value As Nullable(Of Guid)
value = instance.ClickedAssetWebId
instance.ClickedAssetWebId = value
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
public Nullable<Guid> ClickedAssetWebId { get; set; }
Property value
Type: System.Nullable<Guid>
SPWeb 點選資產的 GUID。
請參閱
參照
SPClickthroughUsageEntry class