Freigeben über


SPClickthroughUsageEntry.ClickedAssetWebId-Eigenschaft

HINWEIS: Diese API ist veraltet.

Ruft ab oder legt diesen fest die SPWeb GUID des Vermögenswerts geklickt wurde.

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; }

Eigenschaftswert

Typ: System.Nullable<Guid>
Die SPWeb GUID des Vermögenswerts geklickt wurde.

Siehe auch

Referenz

SPClickthroughUsageEntry Klasse

SPClickthroughUsageEntry-Member

Microsoft.SharePoint.Administration-Namespace