Priority PropertyPriority Value Property
This allows the priority to be set or retrieved as an integer
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 PriorityValue { get; set; }VB
Public Property PriorityValue As Integer
Get
SetC++
public:
property int PriorityValue {
int get ();
void set (int value);
}F#
member PriorityValue : int with get, setProperty Value
Int32Exceptions
| ArgumentOutOfRangeException | An exception is thrown if the value is not between 0 and 9. |