FormattedNamePropertyValue Property

This is a required property as defined by the 3.0 specification

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override string Value { get; set; }

Property Value

String
This is overridden to ensure that it always returns a non-null value for both the 2.1 and 3.0 specifications.

Exceptions

ArgumentNullExceptionThis is thrown if an attempt is made to set this property to null.

See Also