SPClickthroughUsageEntry.UserTitle property
NOTE: This API is now obsolete.
Gets or sets the user title.
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 UserTitle As String
Get
Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As String
value = instance.UserTitle
instance.UserTitle = value
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
public string UserTitle { get; set; }
Property value
Type: System.String
The user title.
See also
Reference
SPClickthroughUsageEntry class