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

public int Priority { get; internal set; }

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