SyncDataSet.SyncFieldMappingsDataTable.Item property
Gets a row object in the SynFieldMappingsDataTable, 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.SyncFieldMappingsRow
Get
'Usage
Dim instance As SyncDataSet.SyncFieldMappingsDataTable
Dim index As Integer
Dim value As SyncDataSet.SyncFieldMappingsRow
value = instance.Item(index)
public SyncDataSet.SyncFieldMappingsRow this[
int index
] { get; }
Parameters
index
Type: System.Int32Specifies the row.
Property value
Type: WebSvcProject.SyncDataSet.SyncFieldMappingsRow
See also
Reference
SyncDataSet.SyncFieldMappingsDataTable class