Share via


CalendarDataSet.CalendarsRow.CAL_UID Property

Retrieves the unique identifier of the calendar.

Namespace:  [Calendar Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Calendar.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Calendar.asmx?wsdl

Syntax

'Declaration
Public Property CAL_UID As Guid
    Get
    Set
'Usage
Dim instance As CalendarDataSet.CalendarsRow
Dim value As Guid

value = instance.CAL_UID

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

Property Value

Type: System.Guid
Returns Guid.

See Also

Reference

CalendarDataSet.CalendarsRow Class

CalendarDataSet.CalendarsRow Members

Calendar Web Service