CalendarDataSet.CalendarExceptionsRow.CalendarsRow property
Specifies the CAL_UID object that contains the calendar information for the CalendarDataSet.CalendarExceptionsRow object.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property CalendarsRow As CalendarDataSet.CalendarsRow
Get
Set
'Usage
Dim instance As CalendarDataSet.CalendarExceptionsRow
Dim value As CalendarDataSet.CalendarsRow
value = instance.CalendarsRow
instance.CalendarsRow = value
public CalendarDataSet.CalendarsRow CalendarsRow { get; set; }
Property value
Type: WebSvcCalendar.CalendarDataSet.CalendarsRow
See also
Reference
CalendarDataSet.CalendarExceptionsRow class