ProjectDataSet.AssignmentRow.ASSN_STOP_DATE Property
Specifies when work on this assignment will stop, even if the assignment is not finished.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public Property ASSN_STOP_DATE As DateTime
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
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
Read-only.
This is not the finish date of the assignment. For the finish date, see ASSN_FINISH_DATE.
See Also
Reference
ProjectDataSet.AssignmentRow Class