Console.ApplicationSpecificDeviceId Property

Gets a unique value from the console that is specific to caller’s title ID.

Syntax

public:
static property String^ ApplicationSpecificDeviceId {
         String^ get ();
}  

Property value

Type: String 

 Returns a unique value from the console that is specific to caller’s title ID.

Remarks

The value of this property is valid only if you have referenced your title ID and SCID in your application manifest. If your application is using Single-Sign-On (SSO), you should the XSTS SSO token’s pairwise ID instead of the value of this property.

Requirements

Namespace: Windows.Xbox.System

Metadata: windows.winmd

See also

Reference

Console Class

Console Members

Windows.Xbox.System Namespace