ProjectDataSet.TaskRow.TASK_CAL_UID property
Sets the GUID of the task base calendar when creating a project; gets the task calendar GUID after the project is created.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_CAL_UID As Guid
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Guid
value = instance.TASK_CAL_UID
instance.TASK_CAL_UID = value
public Guid TASK_CAL_UID { get; set; }
Property value
Type: System.Guid
Remarks
After a project is created, TASK_CAL_UID is read-only. TASK_CAL_UID is null unless a special calendar is used in scheduling the specific task. You can change the assigned task calendar by selecting an available enterprise calendar on the Advanced tab of the Task Information window in Project Professional.
Refers to an enterprise calendar available in Project Server. You can find the enterprise calendars by using ListCalendars.