Size property

int? get Size
Gets the size of this item.

Implementation

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