Custom PropertyCustom Name Property
This contains the name of the custom property
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 CustomName { get; set; }VB
Public Property CustomName As String
Get
SetC++
public:
property String^ CustomName {
String^ get ();
void set (String^ value);
}F#
member CustomName : string with get, setProperty Value
StringExceptions
| ArgumentNullException | This is thrown if an attempt is made to set this property to null or an empty string. |