PlanAssignmentIntervalCreationInformation.Duration property
取得或設定表示文字字串中的計劃工作分派間隔的 timespan。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public Property Duration As String
Get
Set
'用途
Dim instance As PlanAssignmentIntervalCreationInformation
Dim value As String
value = instance.Duration
instance.Duration = value
[RemoteAttribute]
public string Duration { get; set; }
Property value
Type: System.String
請參閱
參照
PlanAssignmentIntervalCreationInformation class