Name PropertyName Prefix Property
This property is used to set or get the name prefix (i.e. Mr., Mrs.)
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? NamePrefix { get; set; }VB
Public Property NamePrefix As String
Get
SetC++
public:
property String^ NamePrefix {
String^ get ();
void set (String^ value);
}F#
member NamePrefix : string with get, set