SiteRootPriority Property |
Gets or sets a value that indicates the order in which site roots are searched for files to serve. Lower numbers are searched before
higher numbers. The VRS default website has a priority of 0.
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 default priority is 100. The relative order of two site roots with the same priority is not defined and may not be constant over
the life of the site.
See Also