Task.TaskID Property

Definition

Gets or sets the unique identifier of the task.

public:
 property System::String ^ TaskID { System::String ^ get(); void set(System::String ^ value); };
public string TaskID { get; set; }
member this.TaskID : string with get, set
Public Property TaskID As String

Property Value

Returns the task identifier.

Applies to