HtmlContentInjectorPriority Property |
Gets or sets the order in which the injector will be called. Lower values have priority over higher values.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int Priority { get; set; }
Public Property Priority As Integer
Get
Set
public:
property int Priority {
int get ();
void set (int value);
}
member Priority : int with get, set
Property Value
Type:
Int32Remarks
The relative order of two injectors with the same priority is undefined.
See Also