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.
Namespace: System.Web.UI.WebControls.WebParts
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.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (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 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
