Edit

Share via


ProjectDataSet.ProjectDataTable.Item[Int32] Property

Definition

Gets a row in the ProjectDataTable, where the row is specified by an index.

public:
 property WebSvcStatusing::ProjectDataSet::ProjectRow ^ default[int] { WebSvcStatusing::ProjectDataSet::ProjectRow ^ get(int index); };
public WebSvcStatusing.ProjectDataSet.ProjectRow this[int index] { get; }
member this.Item(int) : WebSvcStatusing.ProjectDataSet.ProjectRow
Default Public ReadOnly Property Item(index As Integer) As ProjectDataSet.ProjectRow

Parameters

index
Int32

Specifies the row that is to be retrieved.

Property Value

A row object in the project data table.

Applies to