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.GuidThe ID of the current user.
See Also
Reference
QueryPersonalizationData Class
QueryPersonalizationData Members