PriorityPropertyPriorityValue 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: 2023.1.2.0
public int PriorityValue { get; set; }

Property Value

Int32

Exceptions

ArgumentOutOfRangeExceptionAn exception is thrown if the value is not between 0 and 9.

See Also