VTo DoLast Modified Property
This is used to get the Last Modified (LAST-MODIFIED) 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 LastModifiedProperty LastModified { get; }VB
Public ReadOnly Property LastModified As LastModifiedProperty
GetC++
public:
property LastModifiedProperty^ LastModified {
LastModifiedProperty^ get ();
}F#
member LastModified : LastModifiedProperty with get