SystemOptionsListingGetBool Method
            Get a system option's value, as a decimal
            
Namespace: Ignition.Framework.MetadataAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
protected static bool GetBool(
	string systemOptionName
)
Protected Shared Function GetBool ( 
	systemOptionName As String
) As Boolean
protected:
static bool GetBool(
	String^ systemOptionName
)
static member GetBool : 
        systemOptionName : string -> bool 
- systemOptionName  String
- The name of the system option to retrieve
BooleanThe requested system option's value