Time Zone Id Changed Event ArgsOld Id Property
This property returns the old time zone ID
Definition
Namespace: EWSoftware.PDI.Properties
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 string? OldId { get; }VB
Public ReadOnly Property OldId As String
GetC++
public:
property String^ OldId {
String^ get ();
}F#
member OldId : string with get