Property DisplayName
- Namespace
- GuildWars2.Hero.Accounts
- Assembly
- GW2SDK.dll
DisplayName
The unique name of the account. It is created when first setting up an account by combining a chosen username with a randomly generated four-digit number. The resulting Display Name serves as a master identifier for the account: allowing users to add you to their social lists (friends, guild, block, etc.) and send you in-game mail, and serving as your forum identity when accessing and posting on the official forum.
public required string DisplayName { get; init; }
Property Value
Remarks
The Display Name can be changed once every 90 days. Use Id if you need an immutable identifier.