Time Zone Name PropertyDefault Value Location Property
This read-only property defines the default value type as TEXT
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 override string DefaultValueLocation { get; }VB
Public Overrides ReadOnly Property DefaultValueLocation As String
GetC++
public:
virtual property String^ DefaultValueLocation {
String^ get () override;
}F#
abstract DefaultValueLocation : string with get
override DefaultValueLocation : string with get