The GamePlayer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ApplicationTag |
Gets the optional application tag for the player.
| |
| BoardName |
Gets the name of the board the player belongs to.
| |
| CreatedOn |
Gets the date the player was created.
| |
| DistanceInKilometers |
Gets the distance in kilo-meters from the given origin in the Metadata Search method.
| |
| DistanceInMeters |
Gets the distance in meters from the given origin in the Metadata Search method.
| |
| DistanceInMiles |
Gets the distance in miles from the given origin in the Metadata Search method.
| |
| DistanceInYards |
Gets the distance in yards from the given origin in the Metadata Search method.
| |
| Latitude |
Gets the latitude where the player was created.
| |
| Longitude |
Gets the longitude where the player was created.
| |
| Name |
Gets the name of the player.
| |
| UserID |
Gets the UserID of the user this player is tied to.
|