CalendarDataSet.CalendarsRow.CAL_UID Property

Specifies the unique identifier of the calendar.

Namespace:  WebSvcCalendar
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

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

See Also

Reference

CalendarDataSet.CalendarsRow Class

CalendarDataSet.CalendarsRow Members

WebSvcCalendar Namespace