TaskType.Delegator Property

Definition

The Delegator property gets or sets a string value that contains the name of the delegator who assigned the task.

public:
 property System::String ^ Delegator { System::String ^ get(); void set(System::String ^ value); };
public string Delegator { get; set; }
Public Property Delegator As String

Property Value

The Delegator property returns a string value that contains the name of the delegator who assigned the task.

Applies to