次の方法で共有


CalendarDataSet.CalendarExceptions Property

Get the collection of exceptions in the calendar dataset.

Namespace:  [Calendar Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Calendar.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Calendar.asmx?wsdl

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: [Calendar Web service].CalendarDataSet.CalendarExceptionsDataTable

See Also

Reference

CalendarDataSet Class

CalendarDataSet Members

Calendar Web Service