ArchiveScheduleDataSet.ArchiveScheduleDataTable.Item Property
Represents a row in the ArchiveScheduleDataSet.ArchiveScheduleDataTable, specified by an index.
Namespace: [Archive Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Archive.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Archive.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As ArchiveScheduleDataSet.ArchiveScheduleRow
Get
'Usage
Dim instance As ArchiveScheduleDataSet.ArchiveScheduleDataTable
Dim index As Integer
Dim value As ArchiveScheduleDataSet.ArchiveScheduleRow
value = instance.Item(index)
public ArchiveScheduleDataSet.ArchiveScheduleRow this[
int index
] { get; }
Parameters
- index
Type: System.Int32
Specifies the row.
Property Value
Type: [Archive Web service].ArchiveScheduleDataSet.ArchiveScheduleRow
See Also
Reference
ArchiveScheduleDataSet.ArchiveScheduleDataTable Class