TimesheetLineClassDataSet.Departments 属性
获取该部门数据表格。
命名空间: WebSvcAdmin
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
<BrowsableAttribute(False)> _
Public ReadOnly Property Departments As TimesheetLineClassDataSet.DepartmentsDataTable
Get
用法
Dim instance As TimesheetLineClassDataSet
Dim value As TimesheetLineClassDataSet.DepartmentsDataTable
value = instance.Departments
[BrowsableAttribute(false)]
public TimesheetLineClassDataSet.DepartmentsDataTable Departments { get; }
属性值
类型:WebSvcAdmin.TimesheetLineClassDataSet.DepartmentsDataTable
一个DepartmentsDataTable对象。