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