ResourceDataSet.ResourceCustomFieldsDataTable.Item Property
Gets a row object in the ResourceCustomFieldsDataTable, where the row is specified by an index.
Namespace: [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl
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.Int32
Specifies the row.
Property Value
Type: [Workflow Web service].ResourceDataSet.ResourceCustomFieldsRow
See Also
Reference
ResourceDataSet.ResourceCustomFieldsDataTable Class