Edit

Share via


ProjectDataSet.TaskCustomFieldsRow.TASK_UID Property

Definition

Specifies the task unique identifier for this custom field.

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

The PROJ_UID property and the TASK_UID property comprise a foreign key into the ProjectDataSet.TaskRow object, which identifies the task to which this custom field applies.

Applies to