ProjectDataSet.AssignmentCustomFieldsDataTable.Item property
Gets a row in the AssignmentCustomFieldsDataTable, where the row is specified by an index.
Namespace: WebSvcStatusing
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.
Property value
Type: WebSvcStatusing.ProjectDataSet.AssignmentCustomFieldsRow
See also
Reference
ProjectDataSet.AssignmentCustomFieldsDataTable class