Edit

Share via


LeaderboardColumn Class

Definition

Represents a column in a collection of leaderboard items.

[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class LeaderboardColumn
type LeaderboardColumn = class
    interface __ILeaderboardColumnPublicNonVirtuals
Public NotInheritable Class LeaderboardColumn
Inheritance
LeaderboardColumn
Attributes
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.VersionAttribute

Properties

DisplayName

DEPRECATED The display name of the column.

StatisticName

The name the statistic displayed in the column.

StatisticType

The property type of the statistic in the column. The type can be one of the following: PropertyType.Uint64, PropertyType.Double, PropertyType.String, PropertyType.DateTime, or PropertyType.OtherType if unknown.

Applies to