ItemClass property

String? ItemClass

Implementation

String? get ItemClass => this.PropertyBag[ItemSchema.ItemClass] as String?;
void ItemClass=(String? value)

Implementation

set ItemClass(String? value) =>
    this.PropertyBag[ItemSchema.ItemClass] = value;