PlanAssignmentCreationInformation.Intervals プロパティ
取得または設定の時間間隔のコレクションを反復処理する列挙子。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public Property Intervals As IEnumerable(Of PlanAssignmentIntervalCreationInformation)
Get
Set
'使用
Dim instance As PlanAssignmentCreationInformation
Dim value As IEnumerable(Of PlanAssignmentIntervalCreationInformation)
value = instance.Intervals
instance.Intervals = value
[RemoteAttribute]
public IEnumerable<PlanAssignmentIntervalCreationInformation> Intervals { get; set; }
プロパティ値
型: System.Collections.Generic.IEnumerable<PlanAssignmentIntervalCreationInformation>
時間間隔のコレクションの反復子。
関連項目
参照先
PlanAssignmentCreationInformation クラス