Поделиться через


ProjectDataSet.TaskRow.TASK_CAL_UID Property

Specifies the GUID of a task-specific calendar.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

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

Read-only. TASK_CAL_UID is a null reference (Nothing in Visual Basic) unless a special calendar is used when 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 that is available in Project Server. You can find the enterprise calendars by using ListCalendars.

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

Statusing Web Service