The GamePlayer type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyApplicationTag
Gets the optional application tag for the player.
Public propertyBoardName
Gets the name of the board the player belongs to.
Public propertyCreatedOn
Gets the date the player was created.
Public propertyDistanceInKilometers
Gets the distance in kilo-meters from the given origin in the Metadata Search method.
Public propertyDistanceInMeters
Gets the distance in meters from the given origin in the Metadata Search method.
Public propertyDistanceInMiles
Gets the distance in miles from the given origin in the Metadata Search method.
Public propertyDistanceInYards
Gets the distance in yards from the given origin in the Metadata Search method.
Public propertyLatitude
Gets the latitude where the player was created.
Public propertyLongitude
Gets the longitude where the player was created.
Public propertyName
Gets the name of the player.
Public propertyUserID
Gets the UserID of the user this player is tied to.

See Also