CalendarDataSet.CalendarsRow.CAL_UID property
Retrieves the unique identifier of the calendar.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.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
Returns Guid.
See also
Reference
CalendarDataSet.CalendarsRow class