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