ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_ACT_FINISH property
取得或設定當任務或工作分派實際完成的時間與日期。
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property ASSN_ACT_FINISH As DateTime
Get
Set
'用途
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As DateTime
value = instance.ASSN_ACT_FINISH
instance.ASSN_ACT_FINISH = value
public DateTime ASSN_ACT_FINISH { get; set; }
Property value
Type: System.DateTime
請參閱
參照
ResourceAssignmentDataSet.ResourceAssignmentRow class