Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Authenticated.Account
Account Class
Account Properties
Access Property
Created Property
FractalLevel Property
Guilds Property
Id Property
Name Property
World Property
Account
Guilds 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#
Copy
public
IEnumerable
<
string
>
Guilds
{
get
;
set
; }
Property Value
Type:
IEnumerable
String
See Also
Reference
Account Class
GW2CSharp.V2.Authenticated.Account Namespace