ProfileTicket Class

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.

Namespace:  Microsoft.CommerceServer.Runtime
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public NotInheritable Class ProfileTicket _
    Inherits TicketBase
'Usage
Dim instance As ProfileTicket
public sealed class ProfileTicket : TicketBase
public ref class ProfileTicket sealed : public TicketBase
public final class ProfileTicket extends TicketBase

Remarks

This class is sealed.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Runtime..::.TicketBase
    Microsoft.CommerceServer.Runtime..::.ProfileTicket

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ProfileTicket Members

Microsoft.CommerceServer.Runtime Namespace