Name PropertyGiven Name Property
This property is used to set or get the given name (first name)
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? GivenName { get; set; }VB
Public Property GivenName As String
Get
SetC++
public:
property String^ GivenName {
String^ get ();
void set (String^ value);
}F#
member GivenName : string with get, set