Share via


StatusingDataSet.CalendarsDataTable.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 StatusingDataSet.CalendarsRow
    Get
'Usage
Dim instance As StatusingDataSet.CalendarsDataTable
Dim index As Integer
Dim value As StatusingDataSet.CalendarsRow

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

Parameters

  • index
    Type: System.Int32

    Specifies the row that is to be retrieved.

Property value

Type: WebSvcStatusing.StatusingDataSet.CalendarsRow

See also

Reference

StatusingDataSet.CalendarsDataTable class

StatusingDataSet.CalendarsDataTable members

WebSvcStatusing namespace