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.
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