Open sandboxFocus

Property AspectPriority

AspectPriority

Gets or sets the aspect priority. Aspects with smaller priority are processed first. The default priority is zero.

Declaration
public int? AspectPriority { get; set; }
Property Value
Type Description
int?
Remarks

Whenever possible, use dependencies (Dependencies collection) to specify the ordering of aspects. Unlike priorities, dependencies scale up in complexity, which can be important in larger projects.