SystemOptionRepositoryTryGetValueByName Method
Retrieves a SystemOption's value by name
Namespace: Ignition.Framework.MetadataAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public bool TryGetValueByName(
string optionName,
out string systemOptionValue
)
Public Function TryGetValueByName (
optionName As String,
<OutAttribute> ByRef systemOptionValue As String
) As Boolean
public:
virtual bool TryGetValueByName(
String^ optionName,
[OutAttribute] String^% systemOptionValue
) sealed
abstract TryGetValueByName :
optionName : string *
systemOptionValue : string byref -> bool
override TryGetValueByName :
optionName : string *
systemOptionValue : string byref -> bool
- optionName String
- The name of the system option to retrieve
- systemOptionValue String
- If the retrieval is successful, the requested system option's value; otherwise null
BooleanTrue if the retrieval was successful; otherwise false