TimesheetDataSet.ActualsRow.LinesRow 属性
返回相关的TimesheetDataSet.LinesRow对象。
命名空间: WebSvcTimeSheet
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property LinesRow As TimesheetDataSet.LinesRow
Get
Set
用法
Dim instance As TimesheetDataSet.ActualsRow
Dim value As TimesheetDataSet.LinesRow
value = instance.LinesRow
instance.LinesRow = value
public TimesheetDataSet.LinesRow LinesRow { get; set; }
属性值
类型:WebSvcTimeSheet.TimesheetDataSet.LinesRow