Property Level
- Namespace
- GuildWars2.Guilds
- Assembly
- GW2SDK.dll
Level
The guild's level. It increases from 0 to 69 by creating a guild hall and upgrading it.
public required int? Level { get; init; }
Property Value
- int?
The guild's level. It increases from 0 to 69 by creating a guild hall and upgrading it.
public required int? Level { get; init; }