Click or drag to resize
RegisterImplementationAttributePriority Property
Priority of service's registration. Default by default.

Namespace: CMS
Assembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax
C#
public RegistrationPriority Priority { get; set; }

Property Value

Type: RegistrationPriority
Remarks
The order of registrations is determined by the order in which modules (assemblies) are initialized. The order respects assemblies' references. There is no guarantee on order within an assembly.
See Also