Share via


ResourceDataSet.ResourcesRow.RES_TERMINATION_DATE property

The date and time after which the resource can no longer be used.

Namespace:  WebSvcWorkflow
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

ResourceDataSet.ResourcesRow members

WebSvcWorkflow namespace