StatusingDataSet.ProjectsRow.CAL_UID_BASELINE property

Gets the GUID for the calendar baseline data.

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

Syntax

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

value = instance.CAL_UID_BASELINE

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

Property value

Type: System.Guid
A GUID for calendar baseline data.

See also

Reference

StatusingDataSet.ProjectsRow class

StatusingDataSet.ProjectsRow members

WebSvcStatusing namespace