QueueStatusRequestDataSet.StatusRequestDataTable.Item property
Gets a row object in the StatusRequestDataTable by using the specified parameter.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As QueueStatusRequestDataSet.StatusRequestRow
Get
'Usage
Dim instance As QueueStatusRequestDataSet.StatusRequestDataTable
Dim index As Integer
Dim value As QueueStatusRequestDataSet.StatusRequestRow
value = instance.Item(index)
public QueueStatusRequestDataSet.StatusRequestRow this[
int index
] { get; }
Parameters
index
Type: System.Int32An integer that specifies a row in the StatusRequestDataTable.
Property value
Type: WebSvcQueueSystem.QueueStatusRequestDataSet.StatusRequestRow
See also
Reference
QueueStatusRequestDataSet.StatusRequestDataTable class