PlanAssignment.TerminationDate property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public ReadOnly Property TerminationDate As DateTime
Get
'Usage
Dim instance As PlanAssignment
Dim value As DateTime
value = instance.TerminationDate
public DateTime TerminationDate { get; }
Property value
Type: System.DateTime