TaskLinkCreationInformation.DependencyType プロパティ
取得または 2 つのタスク間のリンクの関係の種類を設定します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public Property DependencyType As DependencyType
Get
Set
'使用
Dim instance As TaskLinkCreationInformation
Dim value As DependencyType
value = instance.DependencyType
instance.DependencyType = value
[RemoteAttribute]
public DependencyType DependencyType { get; set; }
プロパティ値
型: Microsoft.ProjectServer.Client.DependencyType
いくつかの依存関係を別の種類のいずれかを表すオブジェクト。
注釈
依存関係リンクの種類の例は、 FinishStartです。後続タスク、タスク B を開始する前に、先行タスク、タスク A が終了しなければなりません。
関連項目
参照先
TaskLinkCreationInformation クラス