Freigeben über


SPClickthroughUsageEntry.UserTitle-Eigenschaft

HINWEIS: Diese API ist veraltet.

Dient zum Abrufen oder Festlegen des Titels des Benutzers.

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; }

Eigenschaftswert

Typ: System.String
Der Benutzertitel.

Siehe auch

Referenz

SPClickthroughUsageEntry Klasse

SPClickthroughUsageEntry-Member

Microsoft.SharePoint.Administration-Namespace