IsAssociated property

bool? IsAssociated
Gets a value indicating whether this is an associated item.

Implementation

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