次の方法で共有


ProjectDataSet.AssignmentRow.ASSN_RESUME_DATE プロパティ

リソースがこの割り当ての作業を再開するときに日時を指定します。

名前空間:  WebSvcStatusing
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
Public Property ASSN_RESUME_DATE As DateTime
    Get
    Set
'使用
Dim instance As ProjectDataSet.AssignmentRow
Dim value As DateTime

value = instance.ASSN_RESUME_DATE

instance.ASSN_RESUME_DATE = value
public DateTime ASSN_RESUME_DATE { get; set; }

プロパティ値

型: System.DateTime

注釈

値の取得のみ可能です。

関連項目

参照先

ProjectDataSet.AssignmentRow クラス

ProjectDataSet.AssignmentRow メンバー

WebSvcStatusing 名前空間