Share via


PlanAssignment.TerminationDate property

Gets the date and time after which a plan assignment resource can no longer be used.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property TerminationDate As DateTime
    Get
'Usage
Dim instance As PlanAssignment
Dim value As DateTime

value = instance.TerminationDate
[RemoteAttribute]
public DateTime TerminationDate { get; }

Property value

Type: System.DateTime
A time and date object.

See also

Reference

PlanAssignment class

PlanAssignment members

Microsoft.ProjectServer.Client namespace