Share via


SyncDataSet.SyncItemTaskMappingsDataTable.Item property

Gets a row object in the SyncItemTaskMappingsDataTable, 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 SyncDataSet.SyncItemTaskMappingsRow
    Get
'Usage
Dim instance As SyncDataSet.SyncItemTaskMappingsDataTable
Dim index As Integer
Dim value As SyncDataSet.SyncItemTaskMappingsRow

value = instance.Item(index)
public SyncDataSet.SyncItemTaskMappingsRow this[
    int index
] { get; }

Parameters

Property value

Type: WebSvcProject.SyncDataSet.SyncItemTaskMappingsRow

See also

Reference

SyncDataSet.SyncItemTaskMappingsDataTable class

SyncDataSet.SyncItemTaskMappingsDataTable members

WebSvcProject namespace