IMainViewInvalidPluginCount Property |
Gets or sets a count of the number of plugins that could not be loaded at startup.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax int InvalidPluginCount { get; set; }
Property InvalidPluginCount As Integer
Get
Set
property int InvalidPluginCount {
int get ();
void set (int value);
}
abstract InvalidPluginCount : int with get, set
Property Value
Type:
Int32Remarks
If this number is zero then any UI associated with reporting the count of invalid plugins should be hidden from view.
See Also