OnlineIdSystemIdentity.Ticket Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides additional information about the device.
public:
property OnlineIdServiceTicket ^ Ticket { OnlineIdServiceTicket ^ get(); };
OnlineIdServiceTicket Ticket();
public OnlineIdServiceTicket Ticket { get; }
var onlineIdServiceTicket = onlineIdSystemIdentity.ticket;
Public ReadOnly Property Ticket As OnlineIdServiceTicket
Property Value
The OnlineIdServiceTicket corresponding to this device.