EnterpriseResource.TerminationDate property
Gets or sets the date and time after which the resource can no longer be used.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property TerminationDate As DateTime
Get
Set
'Usage
Dim instance As EnterpriseResource
Dim value As DateTime
value = instance.TerminationDate
instance.TerminationDate = value
[RemoteAttribute]
public DateTime TerminationDate { get; set; }
Property value
Type: System.DateTime
A date and time.