ProjectWSSInfoDataSet.ProjWssInfoDataTable.Item Property
Gets a row in the ProjWssInfoDataTable, where the row is specified by an index.
Namespace: [WssInterop Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/WssInterop.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/WssInterop.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As ProjectWSSInfoDataSet.ProjWssInfoRow
Get
'Usage
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoDataTable
Dim index As Integer
Dim value As ProjectWSSInfoDataSet.ProjWssInfoRow
value = instance.Item(index)
public ProjectWSSInfoDataSet.ProjWssInfoRow this[
int index
] { get; }
Parameters
- index
Type: System.Int32
Number of the row, where 0 is the first row.
Property Value
Type: [WssInterop Web service].ProjectWSSInfoDataSet.ProjWssInfoRow
See Also
Reference
ProjectWSSInfoDataSet.ProjWssInfoDataTable Class