Property ItemId
- Namespace
- GuildWars2.Items
- Assembly
- GW2SDK.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; }