QueryPersonalizationData constructor (Guid)

Initializes a new instance of the QueryPersonalizationData class with the specified user ID.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Sub New ( _
    guidUserId As Guid _
)
'Usage
Dim guidUserId As Guid

Dim instance As New QueryPersonalizationData(guidUserId)
public QueryPersonalizationData(
    Guid guidUserId
)

Parameters

  • guidUserId
    Type: System.Guid

    The ID of the current user.

See also

Reference

QueryPersonalizationData class

QueryPersonalizationData members

QueryPersonalizationData overload

Microsoft.Office.Server.Search.Query namespace