Share via


AssnHistoryDataSet.HistoryDataTable.Item property

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

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

Parameters

  • index
    Type: System.Int32

    Specifies the row that is to be retrieved.

Property value

Type: WebSvcStatusing.AssnHistoryDataSet.HistoryRow

See also

Reference

AssnHistoryDataSet.HistoryDataTable class

AssnHistoryDataSet.HistoryDataTable members

WebSvcStatusing namespace