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:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl

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

ProjectDataSet.ProjectRow Members

Project Web Service