Edit

Share via


ProjectDataSet.AssignmentRow.TASK_UID Property

Definition

Specifies the unique identifier of the task that is associated with this assignment.

public:
 property Guid TASK_UID { Guid get(); void set(Guid value); };
public Guid TASK_UID { get; set; }
member this.TASK_UID : Guid with get, set
Public Property TASK_UID As Guid

Property Value

Remarks

TASK_UID is a foreign key to the ProjectDataSet.TaskRow object.

Applies to