PlanAssignmentInterval.Duration 屬性
取得或設定之間隔的文字字串 timespan。
命名空間: 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 的字串。
備註
若要取得TimeSpan值持續期間,使用DurationTimeSpan屬性。