Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.