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