Dijeli putem


ProfileTicket Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the ProfileTicket for the current user.

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

Syntax

'Declaration
Public ReadOnly Property ProfileTicket As ProfileTicket
'Usage
Dim instance As AuthManager
Dim value As ProfileTicket

value = instance.ProfileTicket
public ProfileTicket ProfileTicket { get; }
public:
property ProfileTicket^ ProfileTicket {
    ProfileTicket^ get ();
}
public function get ProfileTicket () : ProfileTicket

Property Value

Type: Microsoft.CommerceServer.Runtime..::.ProfileTicket
The ProfileTicket for the current user. nullNothingnullptra null reference (Nothing in Visual Basic) if there is no ProfileTicket present for the current request.

Remarks

Stores the ProfileTicket for the current user.

Permissions

See Also

Reference

AuthManager Class

AuthManager Members

Microsoft.CommerceServer.Runtime Namespace