VTo DoPriority Property
This is used to get the priority (PRIORITY) property
Definition
Namespace: EWSoftware.PDI.Objects
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 PriorityProperty Priority { get; }VB
Public ReadOnly Property Priority As PriorityProperty
GetC++
public:
property PriorityProperty^ Priority {
PriorityProperty^ get ();
}F#
member Priority : PriorityProperty with get