Click or drag to resize
AccountGuilds Property
View Project on GitHub
A list of guilds assigned to the given account.

Namespace: GW2CSharp.V2.Authenticated.Account
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public IEnumerable<string> Guilds { get; set; }

Property Value

Type: IEnumerableString
See Also