SPClickthroughUsageEntry.ClickedTitle-Eigenschaft
HINWEIS: Diese API ist veraltet.
Dient zum Abrufen oder Festlegen des Titels der URL 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 ClickedTitle As String
Get
Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As String
value = instance.ClickedTitle
instance.ClickedTitle = value
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
public string ClickedTitle { get; set; }
Eigenschaftswert
Typ: System.String
Der Titel der URL geklickt wurde.
Siehe auch
Referenz
SPClickthroughUsageEntry Klasse