QueueStatusDataSet.StatusDataTable.Item property

Gets a row object in the StatusDataTable by using the specified parameter.

Namespace:  WebSvcQueueSystem
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As QueueStatusDataSet.StatusRow
    Get
'Usage
Dim instance As QueueStatusDataSet.StatusDataTable
Dim index As Integer
Dim value As QueueStatusDataSet.StatusRow

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

Parameters

  • index
    Type: System.Int32

    An integer that specifies a row in the StatusDataTable.

Property value

Type: WebSvcQueueSystem.QueueStatusDataSet.StatusRow

See also

Reference

QueueStatusDataSet.StatusDataTable class

QueueStatusDataSet.StatusDataTable members

WebSvcQueueSystem namespace