ProjectDataSet.ProjectRow.CAL_UID Property
Specifies the unique identifier of the default enterprise base calendar for the project.
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property CAL_UID As Guid
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Guid
value = instance.CAL_UID
instance.CAL_UID = value
public Guid CAL_UID { get; set; }
Property Value
Type: System.Guid
Calendar GUID.
Remarks
If you omit CAL_UID when creating a project, the project uses the Standard calendar.
See Also
Reference
ProjectDataSet.ProjectRow Class