AchievementParticipationType 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.
Enumeration values that indicate the participation type for an achievement.
[Windows.Foundation.Metadata.Version(1)]
public enum AchievementParticipationType
type AchievementParticipationType =
Public Enum AchievementParticipationType
- Inheritance
-
AchievementParticipationType
- Attributes
-
Windows.Foundation.Metadata.VersionAttribute
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The participation type is unknown. |
Individual | 1 | An achievement that can be earned as an individual participant. |
Group | 2 | An achievement that can be earned as a group participant. |