FormattedNamePropertyValue Property
This is a required property as defined by the 3.0 specification
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override string Value { get; set; }
Public Overrides Property Value As String
Get
Set
public:
virtual property String^ Value {
String^ get () override;
void set (String^ value) override;
}
abstract Value : string with get, set
override Value : string with get, set
Property Value
StringThis is overridden to ensure that it always returns a non-null value for both the 2.1 and 3.0
specifications.