Name To ValueTName Property
This is used to get the property or parameter name string
Definition
Namespace: EWSoftware.PDI.Parser
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 Name { get; }VB
Public ReadOnly Property Name As String
GetC++
public:
property String^ Name {
String^ get ();
}F#
member Name : string with get