SystemOptionsListingGetInt Method
            Get a system option's value, as an int
            
Namespace: Ignition.Framework.MetadataAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
protected static int GetInt(
	string systemOptionName
)
Protected Shared Function GetInt ( 
	systemOptionName As String
) As Integer
protected:
static int GetInt(
	String^ systemOptionName
)
static member GetInt : 
        systemOptionName : string -> int 
- systemOptionName  String
- The name of the system option to retrieve
Int32The requested system option's value