StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable.Item property
Gets a row in the PreDependenciesDataTable, where the row is specified by an index.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As StatusingAssignmentDependenciesDataSet.PreDependenciesRow
Get
'Usage
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; }
Parameters
index
Type: System.Int32Specifies the row that is to be retrieved.
Property value
Type: WebSvcStatusing.StatusingAssignmentDependenciesDataSet.PreDependenciesRow
See also
Reference
StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable class
StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable members