StatusingDataSet.CalendarsDataTable.AddCalendarsRow method (StatusingDataSet.CalendarsRow)
Adds a CalendarsRow object to the CalendarsDataTable.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub AddCalendarsRow ( _
row As StatusingDataSet.CalendarsRow _
)
'Usage
Dim instance As StatusingDataSet.CalendarsDataTable
Dim row As StatusingDataSet.CalendarsRow
instance.AddCalendarsRow(row)
public void AddCalendarsRow(
StatusingDataSet.CalendarsRow row
)
Parameters
row
Type: WebSvcStatusing.StatusingDataSet.CalendarsRowThe row that is to beadded.
See also
Reference
StatusingDataSet.CalendarsDataTable class