Compartilhar via


FiscalYearDataSet.FiscalYearsDataTable.Item property

Obtém uma linha de informações sobre o ano fiscal no local de índice especificado a FiscalYearsDataTable.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
Public ReadOnly Property Item ( _
    index As Integer _
) As FiscalYearDataSet.FiscalYearsRow
    Get
'Uso
Dim instance As FiscalYearDataSet.FiscalYearsDataTable
Dim index As Integer
Dim value As FiscalYearDataSet.FiscalYearsRow

value = instance.Item(index)
public FiscalYearDataSet.FiscalYearsRow this[
    int index
] { get; }

Parâmetros

  • index
    Type: System.Int32

    O deslocamento inteiro para o FiscalYearsDataTable.

Property value

Type: WebSvcAdmin.FiscalYearDataSet.FiscalYearsRow

Ver também

Referência

FiscalYearDataSet.FiscalYearsDataTable class

FiscalYearDataSet.FiscalYearsDataTable members

WebSvcAdmin namespace