OnlineIdSystemTicketResult.Identity 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.
The OnlineIdSystemIdentity object corresponding to the device whose system ticket was retrieved.
public:
property OnlineIdSystemIdentity ^ Identity { OnlineIdSystemIdentity ^ get(); };
OnlineIdSystemIdentity Identity();
public OnlineIdSystemIdentity Identity { get; }
var onlineIdSystemIdentity = onlineIdSystemTicketResult.identity;
Public ReadOnly Property Identity As OnlineIdSystemIdentity
Property Value
The identity of the device.