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)
The PersonalizationStateQuery type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | PersonalizationStateQuery | Initializes a new instance of the PersonalizationStateQuery class. |
| Name | Description | |
|---|---|---|
![]() | Item | 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.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.


