Share via


StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable.Item property

Gets a row in the PostDependenciesDataTable, 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.PostDependenciesRow
    Get
'Usage
Dim instance As StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable
Dim index As Integer
Dim value As StatusingAssignmentDependenciesDataSet.PostDependenciesRow

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

Parameters

  • index
    Type: System.Int32

    Specifies the row that is to be retrieved.

Property value

Type: WebSvcStatusing.StatusingAssignmentDependenciesDataSet.PostDependenciesRow

See also

Reference

StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable class

StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable members

WebSvcStatusing namespace