SPQueryUsageEntry.UserTitle Property

User title associated with this [Microsoft.SharePoint.Administration.SPQueryUsageEntry] instance.

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

Syntax

'Declaration
Public Property UserTitle As String
    Get
    Set
'Usage
Dim instance As SPQueryUsageEntry
Dim value As String

value = instance.UserTitle

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

Property Value

Type: System.String
A String representation of the title.

See Also

Reference

SPQueryUsageEntry Class

SPQueryUsageEntry Members

Microsoft.SharePoint.Administration Namespace