Edit

Share via


ProjectDataSet.TaskCustomFieldsRow.PROJ_UID Property

Definition

Specifies the unique identifier of the project to which this custom field belongs.

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

Property Value

Remarks

PROJ_UID 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