QueueStatusRequestDataSet.StatusRequestDataTable.Item Property
Gets a row object in the StatusRequestDataTable by using the specified parameter.
Namespace: [QueueSystem Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/QueueSystem.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/QueueSystem.asmx?wsdl
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.Int32
An integer that specifies a row in the StatusRequestDataTable.
Property Value
Type: [QueueSystem Web service].QueueStatusRequestDataSet.StatusRequestRow
See Also
Reference
QueueStatusRequestDataSet.StatusRequestDataTable Class