Rule.Priority Property

Gets the priority that is assigned to the rule. Helps to determine the order in which rules are executed at the end of a transaction.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaration
Public Property Priority As Integer
public int Priority { get; internal set; }
public:
property int Priority {
    int get ();
    internal: void set (int value);
}
member Priority : int with get, internal set
function get Priority () : int
internal function set Priority (value : int)

Property Value

Type: System.Int32
The priority that is assigned to the rule.

.NET Framework Security

See Also

Reference

Rule Class

Microsoft.VisualStudio.Modeling Namespace