QueryPersonalizationData members
Represents information about the user who is executing a Search query.
The QueryPersonalizationData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
QueryPersonalizationData() | Initializes a new instance of the QueryPersonalizationData class. | |
QueryPersonalizationData(Guid) | Initializes a new instance of the QueryPersonalizationData class with the specified user ID. | |
QueryPersonalizationData(String) |
Top
Properties
Name | Description | |
---|---|---|
UserId | Gets or sets the ID of the current user. |
Top
Methods
Name | Description | |
---|---|---|
Clone | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Overrides Object.ToString().) |
Top