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