IsResend property

bool? IsResend
Gets a value indicating whether the item is a resend of another item.

Implementation

bool? get IsResend => this.PropertyBag[ItemSchema.IsResend] as bool?;