Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
Public Property Priority As Integer
Get
Friend Set
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.