ProjectDataSet.ProjectRow.CAL_UID property
Sets the GUID of the default enterprise base calendar when creating a project; gets the base calendar GUID after the project is created.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.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
Remarks
The enterprise base calendar can be specified only during creation of a project. After the project is created, the PSI cannot change the base calendar.
If you omit CAL_UID when creating a project, the project uses the Standard calendar.
See also
Reference
ProjectDataSet.ProjectRow class