Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the unique identifier for the calendar that is associated with the task.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_CAL_UID As Guid
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
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
See also
Reference
StatusingDataSet.TasksRow class