Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.