Share via


SPClickthroughUsageEntry.ClickedAssetContentType Property

Gets or sets the content type of the clicked asset.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property ClickedAssetContentType As String
    Get
    Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As String

value = instance.ClickedAssetContentType

instance.ClickedAssetContentType = value
public string ClickedAssetContentType { get; set; }

Property Value

Type: System.String
The content type of the clicked asset.

See Also

Reference

SPClickthroughUsageEntry Class

SPClickthroughUsageEntry Members

Microsoft.SharePoint.Administration Namespace