WorkflowDataSet.WorkflowPhaseDataTable.Item - Propriété
Obtient un objet row dans l' WorkflowPhaseDataTable, où la ligne est spécifiée par un index.
Espace de noms : WebSvcWorkflow
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Item ( _
index As Integer _
) As WorkflowDataSet.WorkflowPhaseRow
Get
'Utilisation
Dim instance As WorkflowDataSet.WorkflowPhaseDataTable
Dim index As Integer
Dim value As WorkflowDataSet.WorkflowPhaseRow
value = instance.Item(index)
public WorkflowDataSet.WorkflowPhaseRow this[
int index
] { get; }
Paramètres
index
Type : System.Int32Spécifie la ligne.
Valeur de propriété
Type : WebSvcWorkflow.WorkflowDataSet.WorkflowPhaseRow
Voir aussi
Référence
WorkflowDataSet.WorkflowPhaseDataTable classe