Id property

ItemId? Id
Gets the Id of this item.

Implementation

ItemId? get Id => this.PropertyBag[this.GetIdPropertyDefinition()] as ItemId?;