Share via


ProfileTicket.UserID Property (BCL)

The UserID property is a read/write String containing the user ID for the profile ticket.

Definition

[Visual Basic .NET]

Overrides Public Property UserID As System.String

[C#]

public override System.String UserID{get; set;} 

Property Value

The user ID for the profile ticket.

Remarks

If there is no user ID, null is returned.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.