 | RoutingRuleExecutionSequence Property |
The Priority of the Rule. The lower the number is, the higher the priority is.
Namespace:
SMTPRouter.Models
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic int ExecutionSequence { get; set; }Public Property ExecutionSequence As Integer
Get
Set
Dim instance As RoutingRule
Dim value As Integer
value = instance.ExecutionSequence
instance.ExecutionSequence = value
public:
property int ExecutionSequence {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also