Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Unauthenticated.Items
Item Class
Item Properties
ChatLink Property
Description Property
Details Property
Flags Property
GameTypes Property
Icon Property
Id Property
Level Property
Name Property
Rarity Property
Restrictions Property
Skin Property
Type Property
VendorValue Property
Item
Flags Property
View Project on GitHub
Flags applying to the item.
Namespace:
GW2CSharp.V2.Unauthenticated.Items
Assembly:
GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
Copy
public
IEnumerable
<
ItemFlag
>
Flags
{
get
;
set
; }
Property Value
Type:
IEnumerable
ItemFlag
See Also
Reference
Item Class
GW2CSharp.V2.Unauthenticated.Items Namespace