ProjectResource.RemainingWork 属性

获取项目资源以完成任务或一组任务仍然需要时间,如人-小时或天为单位的金额。

命名空间:  Microsoft.ProjectServer.Client
程序集:  Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)

语法

声明
<RemoteAttribute> _
Public ReadOnly Property RemainingWork As String
    Get
用法
Dim instance As ProjectResource
Dim value As String

value = instance.RemainingWork
[RemoteAttribute]
public string RemainingWork { get; }

属性值

类型:System.String
仍需完成任务的时间量。

备注

要获得的剩余工作的TimeSpan值,请使用RemainingWorkTimeSpan属性。

另请参阅

引用

ProjectResource 类

ProjectResource 成员

Microsoft.ProjectServer.Client 命名空间