PersonalizationStateQuery Class
Represents a set of query parameters that can be passed to a personalization provider using the various get and find methods. This class cannot be inherited.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | PersonalizationStateQuery() | Initializes a new instance of the PersonalizationStateQuery class. |
| Name | Description | |
|---|---|---|
![]() | Item[String^] | Gets or sets the value of the query parameter. |
![]() | PathToMatch | Gets or sets the path to be used for a query. |
![]() | UserInactiveSinceDate | Gets or sets the last active date used in a query. |
![]() | UsernameToMatch | Gets or sets the user name in a query. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class is used as a parameter value for various get and find methods of a personalization provider, such as FindState and GetCountOfState. The default indexer allows generic access to the query parameters maintained by this object. The three properties that are explicitly exposed by this class, PathToMatch, UserInactiveSinceDate, and UsernameToMatch, are stored using query key values that are the same as the property names of this class. For more information, see Item.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

