VCardLast Revision Property
This is used to get the Last Revision (REV) 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 LastRevisionProperty LastRevision { get; }VB
Public ReadOnly Property LastRevision As LastRevisionProperty
GetC++
public:
property LastRevisionProperty^ LastRevision {
LastRevisionProperty^ get ();
}F#
member LastRevision : LastRevisionProperty with get