CalendarDataSet.CalendarExceptionsRow.CAL_UID property
Specifies the unique identifier of a calendar.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property CAL_UID As Guid
Get
Set
'Usage
Dim instance As CalendarDataSet.CalendarExceptionsRow
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.CalendarExceptionsRow class