de la propiedad WorkflowDataSet.WorkflowAssociationDataTable.Item
Obtiene una fila en la WorkflowAssociationDataTable, donde se especifica la fila por un índice.
Espacio de nombres: WebSvcWorkflow
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public ReadOnly Property Item ( _
index As Integer _
) As WorkflowDataSet.WorkflowAssociationRow
Get
'Uso
Dim instance As WorkflowDataSet.WorkflowAssociationDataTable
Dim index As Integer
Dim value As WorkflowDataSet.WorkflowAssociationRow
value = instance.Item(index)
public WorkflowDataSet.WorkflowAssociationRow this[
int index
] { get; }
Parámetros
index
Tipo: System.Int32Especifica la fila.
Valor de propiedad
Tipo: WebSvcWorkflow.WorkflowDataSet.WorkflowAssociationRow
Vea también
Referencia
clase WorkflowDataSet.WorkflowAssociationDataTable