ResourceDataSet.ResourcesRow.RES_TERMINATION_DATE Property

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

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

WebSvcTimeSheet Namespace