SPClickthroughUsageEntry.ClickedAssetWebId Property
Gets or sets the SPWeb GUID of the clicked asset.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
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
public Nullable<Guid> ClickedAssetWebId { get; set; }
Property Value
Type: System.Nullable<Guid>
The SPWeb GUID of the clicked asset.
See Also
Reference
SPClickthroughUsageEntry Class