ResourceDataSet.CalendarExceptionsDataTable.Item propriedade
Obtém um objeto row na CalendarExceptionsDataTable, em que a linha é especificada por um índice.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public ReadOnly Property Item ( _
index As Integer _
) As ResourceDataSet.CalendarExceptionsRow
Get
'Uso
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; }
Parâmetros
index
Tipo: System.Int32Especifica a linha.
Valor de propriedade
Tipo: WebSvcTimeSheet.ResourceDataSet.CalendarExceptionsRow
Ver também
Referência
ResourceDataSet.CalendarExceptionsDataTable classe