Client Pid Map PropertyId Property
This is used to get or set the property ID number
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 int Id { get; set; }VB
Public Property Id As Integer
Get
SetC++
public:
property int Id {
int get ();
void set (int value);
}F#
member Id : int with get, set