Name PropertyFormatted Name Property
This read-only property can be used to get the full, formatted name
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 FormattedName { get; }VB
Public ReadOnly Property FormattedName As String
GetC++
public:
property String^ FormattedName {
String^ get ();
}F#
member FormattedName : string with get