Click or drag to resize

IPlayerProfile Properties

The IPlayerProfile type exposes the following members.

Properties
 NameDescription
Public propertyDateOfBirth Gets a DateTime specifying the date of birth of the player associated with the current instance
Public propertyHeight Gets the height in centimeters of the player represented by the current instance or a null reference if height is not known
Public propertyId Gets the URN uniquely identifying the current ICompetitor instance
(Inherited from IPlayer)
Public propertyNames Gets a IReadOnlyDictionaryTKey, TValue containing player names in different languages
(Inherited from IPlayer)
Public propertyNationalities Gets a IReadOnlyDictionaryTKey, TValue containing player nationality in different languages
Public propertyType Gets a value describing the type(e.g. forward, defense, ...) of the player represented by current instance
Public propertyWeight Gets the weight in kilograms of the player represented by the current instance or a null reference if weight is not known
Top
See Also