ItemClass property

String? get ItemClass

Implementation

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

Implementation

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