Редагувати

Поділитися через


ProjectDataSet.TaskDataTable.Item[Int32] Property

Definition

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

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

Parameters

index
Int32

Specifies the row.

Property Value

Applies to