StatusingAssignmentsDataSet.AssignmentsDataTable.Item プロパティ
AssignmentsDataTable行がインデックスで指定されている行を取得します。
名前空間: WebSvcStatusing
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public ReadOnly Property Item ( _
index As Integer _
) As StatusingAssignmentsDataSet.AssignmentsRow
Get
'使用
Dim instance As StatusingAssignmentsDataSet.AssignmentsDataTable
Dim index As Integer
Dim value As StatusingAssignmentsDataSet.AssignmentsRow
value = instance.Item(index)
public StatusingAssignmentsDataSet.AssignmentsRow this[
int index
] { get; }
パラメーター
index
型: System.Int32行を取得することを指定します。
プロパティ値
型: WebSvcStatusing.StatusingAssignmentsDataSet.AssignmentsRow
関連項目
参照先
StatusingAssignmentsDataSet.AssignmentsDataTable クラス