Click or drag to resize
IMainViewInvalidPluginCount Property
Gets or sets a count of the number of plugins that could not be loaded at startup.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
int InvalidPluginCount { get; set; }

Property Value

Type: Int32
Remarks
If this number is zero then any UI associated with reporting the count of invalid plugins should be hidden from view.
See Also