 | SystemOptionsListingGetBool Method |
Get a system option's value, as a decimal
Namespace: Ignition.Framework.MetadataAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxprotected 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 Parameters
- systemOptionName String
- The name of the system option to retrieve
Return Value
BooleanThe requested system option's value
Exceptions
See Also