ResourceDataSet.CalendarExceptionsDataTable.Item property
Gets a row object in the CalendarExceptionsDataTable, where the row is specified by an index.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.Int32Specifies the row.
Property value
Type: WebSvcTimeSheet.ResourceDataSet.CalendarExceptionsRow
See also
Reference
ResourceDataSet.CalendarExceptionsDataTable class