Name PropertySort As Property
This property is used to set or get the string to use when sorting names
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
If set, this value should be given precedence over the SortableName property
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string? SortAs { get; set; }VB
Public Property SortAs As String
Get
SetC++
public:
property String^ SortAs {
String^ get ();
void set (String^ value);
}F#
member SortAs : string with get, setProperty Value
StringIf set, this value should be given precedence over the SortableName property