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