Size property

int? Size
Gets the size of this item.

Implementation

int? get Size => this.PropertyBag[ItemSchema.Size] as int?;