Compartilhar via


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

Valor de propriedade

Tipo: WebSvcTimeSheet.ResourceDataSet.CalendarExceptionsRow

Ver também

Referência

ResourceDataSet.CalendarExceptionsDataTable classe

ResourceDataSet.CalendarExceptionsDataTable membros

WebSvcTimeSheet namespace