StatusingDataSet.ProjectsRow.CAL_UID property

Gets the GUID for the calendar that is associated with the project.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property CAL_UID As Guid
    Get
    Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim value As Guid

value = instance.CAL_UID

instance.CAL_UID = value
public Guid CAL_UID { get; set; }

Property value

Type: System.Guid
A calendar GUID.

See also

Reference

StatusingDataSet.ProjectsRow class

StatusingDataSet.ProjectsRow members

WebSvcStatusing namespace