UserID Property

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

Gets or sets the user ID for the ticket.

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

Syntax

'Declaration
Public MustOverride Property UserID As String
'Usage
Dim instance As TicketBase
Dim value As String

value = instance.UserID

instance.UserID = value
public abstract string UserID { get; set; }
public:
virtual property String^ UserID {
    String^ get () abstract;
    void set (String^ value) abstract;
}
public abstract function get UserID () : String
public abstract function set UserID (value : String)

Property Value

Type: System..::.String
The user ID for the ticket.

Remarks

Not currently implemented.

The UserID property is a read/write String that retrieves and sets the user ID for the ticket.

Permissions

See Also

Reference

TicketBase Class

TicketBase Members

Microsoft.CommerceServer.Runtime Namespace