Time Zone Id Changed Event ArgsNew Id Property
This property returns the new 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? NewId { get; }VB
Public ReadOnly Property NewId As String
GetC++
public:
property String^ NewId {
String^ get ();
}F#
member NewId : string with get