<mx:XboxLive> Element

An app extensibility point for Xbox Live.

This element is optional.

Syntax

<mx:XboxLive
  TitleId = NumberString
  PrimaryServiceConfigId = GUIDString
  RequireXboxLive = BooleanString />  

Attributes

TitleId
The TitleID uniquely identifying your title to Xbox Live services.

PrimaryServiceConfigId
The service configuration ID for your title.

RequireXboxLive
A boolean flag indicating whether Xbox Live is a requirement for your title.

Element information

Parent elements <mx:Extension Category="xbox.live">

Example

<Extensions>
  <mx:Extension Category="xbox.live">
    <mx:XboxLive TitleId="your titleID" PrimaryServiceConfigId="your SCID" RequireXboxLive="boolean indicating Xbox Live requirement" />
  </mx:Extension>
</Extensions>  

See also

Setting Up Sandboxes for Xbox Live Development