Partager via


FiscalYearDataSet.FiscalYearsDataTable.Item - Propriété

Obtient une ligne d'informations de l'exercice comptable à l'emplacement d'index spécifié dans le FiscalYearsDataTable.

Espace de noms :  WebSvcAdmin
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Item ( _
    index As Integer _
) As FiscalYearDataSet.FiscalYearsRow
    Get
'Utilisation
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; }

Paramètres

  • index
    Type : System.Int32

    L'offset d'entier dans le FiscalYearsDataTable.

Valeur de propriété

Type : WebSvcAdmin.FiscalYearDataSet.FiscalYearsRow

Voir aussi

Référence

FiscalYearDataSet.FiscalYearsDataTable classe

FiscalYearDataSet.FiscalYearsDataTable - Membres

WebSvcAdmin - Espace de noms