ResourceDataSet.CalendarExceptionsDataTable.Item Property
Gets a row object in the CalendarExceptionsDataTable, where the row is specified by an index.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As ResourceDataSet.CalendarExceptionsRow
Get
'Usage
Dim instance As ResourceDataSet.CalendarExceptionsDataTable
Dim index As Integer
Dim value As ResourceDataSet.CalendarExceptionsRow
value = instance.Item(index)
public ResourceDataSet.CalendarExceptionsRow this[
int index
] { get; }
Parameters
- index
Type: System.Int32
Specifies the row.
Property Value
Type: [TimeSheet Web service].ResourceDataSet.CalendarExceptionsRow
See Also
Reference
ResourceDataSet.CalendarExceptionsDataTable Class