Delegator property

String? Delegator
Gets the name of the delegator of this task.

Implementation

String? get Delegator => this.PropertyBag[TaskSchema.Delegator] as String?;