UnsubmittedTimesheetDataSet.TimePeriodsDataTable.Item 属性
获取一个TimePeriodsRow对象,该对象包含时间期间信息。
命名空间: WebSvcAdmin
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public ReadOnly Property Item ( _
index As Integer _
) As UnsubmittedTimesheetDataSet.TimePeriodsRow
Get
用法
Dim instance As UnsubmittedTimesheetDataSet.TimePeriodsDataTable
Dim index As Integer
Dim value As UnsubmittedTimesheetDataSet.TimePeriodsRow
value = instance.Item(index)
public UnsubmittedTimesheetDataSet.TimePeriodsRow this[
int index
] { get; }
参数
index
类型:System.Int32整数偏移量TimePeriodsDataTable。
属性值
类型:WebSvcAdmin.UnsubmittedTimesheetDataSet.TimePeriodsRow
另请参阅
引用
UnsubmittedTimesheetDataSet.TimePeriodsDataTable 类