ProjectDataSet.ProjectRow.CAL_UID property

Gets the GUID of the default enterprise base calendar for the project.

Namespace:  WebSvcStatusing
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
Calendar GUID.

Remarks

Read-only for the Statusing methods. Only Project methods that create a project, such as QueueCreateProject, can set the CAL_UID property.

See also

Reference

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcStatusing namespace