Condividi tramite


CalendarDataSet.CalendarExceptions property

Get the collection of exceptions in the calendar dataset.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property CalendarExceptions As CalendarDataSet.CalendarExceptionsDataTable
    Get
'Usage
Dim instance As CalendarDataSet
Dim value As CalendarDataSet.CalendarExceptionsDataTable

value = instance.CalendarExceptions
[BrowsableAttribute(false)]
public CalendarDataSet.CalendarExceptionsDataTable CalendarExceptions { get; }

Property value

Type: WebSvcCalendar.CalendarDataSet.CalendarExceptionsDataTable

See also

Reference

CalendarDataSet class

CalendarDataSet members

WebSvcCalendar namespace