BusinessRule.Priority Property

Definition

Gets or sets the rule priority.

public:
 property int Priority { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int Priority { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Priority : int with get, set
Public Property Priority As Integer

Property Value

An integer representing the priority.

Attributes

Applies to