SPClickthroughUsageEntry.ClickedAssetContentType-Eigenschaft
HINWEIS: Diese API ist veraltet.
Ruft ab oder legt den Inhaltstyp 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 ClickedAssetContentType As String
Get
Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As String
value = instance.ClickedAssetContentType
instance.ClickedAssetContentType = value
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
public string ClickedAssetContentType { get; set; }
Eigenschaftswert
Typ: System.String
Der Inhaltstyp des Vermögenswerts geklickt wurde.
Siehe auch
Referenz
SPClickthroughUsageEntry Klasse