CalendarDataSet.CalendarsDataTable Class

Supplies table management methods and class information including methods, extensions, properties, and other information for CalendarDataSet.CalendarsRow data.

Inheritance Hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataTable
      [Calendar Web service].CalendarDataSet.CalendarsDataTable

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
<SerializableAttribute> _
Public Class CalendarsDataTable _
    Inherits DataTable _
    Implements IEnumerable
'Usage
Dim instance As CalendarDataSet.CalendarsDataTable
[SerializableAttribute]
public class CalendarsDataTable : DataTable, 
    IEnumerable

Remarks

Each row of the data table contains a CalendarDataSet.CalendarsRow object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CalendarDataSet.CalendarsDataTable Members

Calendar Web Service