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