ProfileTicket Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Contains the profile ticket for the user. This class cannot be inherited.
The ProfileTicket type exposes the following members.
Methods
Name | Description | |
---|---|---|
CheckState | Verifies that the object has not already been disposed. (Inherited from TicketBase.) | |
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Item | Gets or sets properties of the profile ticket by name. (Overrides TicketBase..::.Item[([(String])]).) | |
UserID | Gets or sets the unique identifier for the user of for the profile ticket. (Overrides TicketBase..::.UserID.) | |
Value | Gets the ticket. (Inherited from TicketBase.) |
Top