Partager via


ResourcePlanDataSet.UtilizationDataTable.Item - Propriété

Obtient une ligne dans le UtilizationDataTable, où la ligne est spécifiée par un index.

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

Syntaxe

'Déclaration
Public ReadOnly Property Item ( _
    index As Integer _
) As ResourcePlanDataSet.UtilizationRow
    Get
'Utilisation
Dim instance As ResourcePlanDataSet.UtilizationDataTable
Dim index As Integer
Dim value As ResourcePlanDataSet.UtilizationRow

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

Paramètres

Valeur de propriété

Type : WebSvcResourcePlan.ResourcePlanDataSet.UtilizationRow

Voir aussi

Référence

ResourcePlanDataSet.UtilizationDataTable classe

ResourcePlanDataSet.UtilizationDataTable - Membres

WebSvcResourcePlan - Espace de noms