Click or drag to resize
PluginSettingsReadBool Method (IPlugin, String)
Returns a nullable bool from Values.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<bool> ReadBool(
	IPlugin plugin,
	string key
)

Parameters

plugin
Type: VirtualRadar.InterfaceIPlugin
key
Type: SystemString

Return Value

Type: NullableBoolean
See Also