SystemOptionRepositoryGetValueByName Method
            Retrieves a SystemOption's value by name
            
Namespace: Ignition.Framework.MetadataAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public string GetValueByName(
	string optionName
)
Public Function GetValueByName ( 
	optionName As String
) As String
public:
virtual String^ GetValueByName(
	String^ optionName
) sealed
abstract GetValueByName : 
        optionName : string -> string 
override GetValueByName : 
        optionName : string -> string 
- optionName  String
- The name of the system option to retrieve
StringThe value of the requested system option