GameServiceScoreKind Enum
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.
Indicates the type of score used by a game.
public enum class GameServiceScoreKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class GameServiceScoreKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum GameServiceScoreKind
var value = Windows.Phone.System.UserProfile.GameServices.Core.GameServiceScoreKind.number
Public Enum GameServiceScoreKind
- Inheritance
-
GameServiceScoreKind
- Attributes
Windows requirements
Device family |
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Phone.PhoneContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Number | 0 | The score is a number. |
Time | 1 | The score is a tie. |
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.