Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
NOTE: This API is now obsolete.
Gets or sets the SPWeb GUID of the clicked asset.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")> _
Public Property ClickedAssetWebId As Nullable(Of Guid)
Get
Set
'Usage
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>
The SPWeb GUID of the clicked asset.
See also
Reference
SPClickthroughUsageEntry class