Property ItemId
- Namespace
- GuildWars2.Items
- Assembly
- GuildWars2.dll
ItemId
The ID of the default infusion in this slot. If the item has no default infusion, this value is null.
public required int? ItemId { get; init; }
Property Value
- int?
The ID of the default infusion in this slot. If the item has no default infusion, this value is null.
public required int? ItemId { get; init; }