IsComplete property
bool?
get
IsComplete
Implementation
bool? get IsComplete => this.PropertyBag[TaskSchema.IsComplete] as bool?;
bool? get IsComplete => this.PropertyBag[TaskSchema.IsComplete] as bool?;