ResourceDataSet.ResourcesRow.RES_TERMINATION_DATE Property
The date and time after which the resource can no longer be used.
Namespace: [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl
Syntax
'Declaration
Public Property RES_TERMINATION_DATE As DateTime
Get
Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim value As DateTime
value = instance.RES_TERMINATION_DATE
instance.RES_TERMINATION_DATE = value
public DateTime RES_TERMINATION_DATE { get; set; }
Property Value
Type: System.DateTime
See Also
Reference
ResourceDataSet.ResourcesRow Class