SyncErrorsDataSet.SyncErrorsDataTable.Item property
Gets a row object in the SyncErrorsDataTable, where the row is specified by an index.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As SyncErrorsDataSet.SyncErrorsRow
Get
'Usage
Dim instance As SyncErrorsDataSet.SyncErrorsDataTable
Dim index As Integer
Dim value As SyncErrorsDataSet.SyncErrorsRow
value = instance.Item(index)
public SyncErrorsDataSet.SyncErrorsRow this[
int index
] { get; }
Parameters
index
Type: System.Int32Specifies the row.
Property value
Type: WebSvcProject.SyncErrorsDataSet.SyncErrorsRow
See also
Reference
SyncErrorsDataSet.SyncErrorsDataTable class