SPClickthroughUsageEntry.ClickedAssetWebId - Propriété

Remarque : cette API est désormais obsolète.

Obtient ou définit le GUID de l'actif sur lequel vous cliquez SPWeb .

Espace de noms :  Microsoft.SharePoint.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")> _
Public Property ClickedAssetWebId As Nullable(Of Guid)
    Get
    Set
'Utilisation
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; }

Valeur de propriété

Type : System.Nullable<Guid>
Le SPWeb GUID de l'actif sur lequel vous cliquez.

Voir aussi

Référence

SPClickthroughUsageEntry classe

SPClickthroughUsageEntry - Membres

Microsoft.SharePoint.Administration - Espace de noms