VTo DoCompleted Date Time Property
This is used to get the completed date/time (COMPLETED) property
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public CompletedDateProperty CompletedDateTime { get; }VB
Public ReadOnly Property CompletedDateTime As CompletedDateProperty
GetC++
public:
property CompletedDateProperty^ CompletedDateTime {
CompletedDateProperty^ get ();
}F#
member CompletedDateTime : CompletedDateProperty with get