ImportTimesheetDataSet.LinesRow.ASSN_PCT_WORK_COMPLETE 属性
获取或设置状态中的任务中完成的工时的百分比。
命名空间: WebSvcStatusing
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property ASSN_PCT_WORK_COMPLETE As Integer
Get
Set
用法
Dim instance As ImportTimesheetDataSet.LinesRow
Dim value As Integer
value = instance.ASSN_PCT_WORK_COMPLETE
instance.ASSN_PCT_WORK_COMPLETE = value
public int ASSN_PCT_WORK_COMPLETE { get; set; }
属性值
类型:System.Int32
另请参阅
引用
ImportTimesheetDataSet.LinesRow 类