Skip to main content

PriorityAttribute

Specify the order in which legacy Modular Startup classes are run

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field)]
public class PriorityAttribute : AttributeBase, _Attribute

Properties

Value

View Source
Declaration
public int Value { get; set; }

Implements

  • System.Runtime.InteropServices._Attribute