Nickname PropertyNicknames String Property
This property is used to get or set the nicknames as a string value
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
The string can contain one or more nicknames separated by commas or semi-colons. The string will be split and loaded into the nicknames string collection.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string NicknamesString { get; set; }VB
Public Property NicknamesString As String
Get
SetC++
public:
property String^ NicknamesString {
String^ get ();
void set (String^ value);
}F#
member NicknamesString : string with get, setProperty Value
StringThe string can contain one or more nicknames separated by commas or semi-colons. The string will be split and loaded into the nicknames string collection.