Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
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.