GameService.ServiceUri Property

Definition

Gets the Uri of the game service.

public:
 static property Uri ^ ServiceUri { Uri ^ get(); };
static Uri ServiceUri();
public static System.Uri ServiceUri { get; }
var uri = GameService.serviceUri;
Public Shared ReadOnly Property ServiceUri As Uri

Property Value

The Uri of the game service.

Remarks

All members of the Windows.Phone.System.UserProfile.GameServices.Core namespace can only be used by the XBox Live SDK. These APIs cannot be called except by applications that have the ID_CAP_GAMERSERVICES capability.

Applies to