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