Share via


ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_STOP_DATE Property

Gets the date and time the assignment stops, even if the assignment is not finished. Read-only.

Namespace:  [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl

Syntax

'Declaration
Public Property ASSN_STOP_DATE As DateTime
    Get
    Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As DateTime

value = instance.ASSN_STOP_DATE

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

Property Value

Type: System.DateTime

Remarks

This is not the finish date of the assignment. For information about finish dates for assignments, see the ASSN_FINISH_DATE property.

See Also

Reference

ResourceAssignmentDataSet.ResourceAssignmentRow Class

ResourceAssignmentDataSet.ResourceAssignmentRow Members

Resource Web Service