PlanAssignmentInterval.Duration 属性

获取或设置的时间间隔以文本字符串形式表示的时间跨度。

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

语法

声明
<RemoteAttribute> _
Public Property Duration As String
    Get
    Set
用法
Dim instance As PlanAssignmentInterval
Dim value As String

value = instance.Duration

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

属性值

类型:System.String
一个字符串,包含间隔时间跨度。

备注

以获得持续的TimeSpan值,请使用DurationTimeSpan属性。

另请参阅

引用

PlanAssignmentInterval 类

PlanAssignmentInterval 成员

Microsoft.ProjectServer.Client 命名空间