ProjectDataSet.AssignmentRow.ASSN_DELAY プロパティ
リソースがタスクの開始日、タスクの作業を開始する前に、後で待機する時間の量を指定します。
名前空間: WebSvcProject
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property ASSN_DELAY As Integer
Get
Set
'使用
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Integer
value = instance.ASSN_DELAY
instance.ASSN_DELAY = value
public int ASSN_DELAY { get; set; }
プロパティ値
型: System.Int32
注釈
読み取り専用です。期間は 10 分の単位で示されます。100 の値は 10 分を示します。
関連項目
参照先
ProjectDataSet.AssignmentRow クラス