NicknamePropertyNicknamesString Property
This property is used to get or set the nicknames as a string value
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public string NicknamesString { get; set; }
Public Property NicknamesString As String
Get
Set
public:
property String^ NicknamesString {
String^ get ();
void set (String^ value);
}
member NicknamesString : string with get, set
Property 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.