CustomPropertyCustomName Property
This contains the name of the custom property
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public string CustomName { get; set; }
Public Property CustomName As String
Get
Set
public:
property String^ CustomName {
String^ get ();
void set (String^ value);
}
member CustomName : string with get, set
Property Value
String ArgumentNullException | This is thrown if an attempt is made to set this property to
null or an empty string. |