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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
property int Priority {
	int get();
	internal: void set(int value);
}

Property Value

Type: System::Int32

The priority that is assigned to the rule.

Return to top
Show: