SPQueryUsageEntry.UserId Property

User identifier 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 UserId As String
    Get
    Set
'Usage
Dim instance As SPQueryUsageEntry
Dim value As String

value = instance.UserId

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

Property Value

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

See Also

Reference

SPQueryUsageEntry Class

SPQueryUsageEntry Members

Microsoft.SharePoint.Administration Namespace