QueueStatusDataSet.StatusDataTable.Item Property
Gets a row object in the StatusDataTable 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 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: [QueueSystem Web service].QueueStatusDataSet.StatusRow
See Also
Reference
QueueStatusDataSet.StatusDataTable Class