 | SystemOptionRepositoryGetValueByName Method |
Retrieves a SystemOption's value by name
Namespace: Ignition.Framework.MetadataAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic 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 Parameters
- optionName String
- The name of the system option to retrieve
Return Value
StringThe value of the requested system option
See Also