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
Id Property
View Project on GitHub
The unique persistent account GUID.
Namespace:
GW2CSharp.V2.Authenticated.Account
Assembly:
GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
Copy
public
Guid
Id
{
get
;
set
; }
Property Value
Type:
Guid
See Also
Reference
Account Class
GW2CSharp.V2.Authenticated.Account Namespace