GetSetting |
Scroll |
Returns the task specific setting with the specified identifyer.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetSetting ( _ bstrSettingName As String _ ) As String C# public virtual String GetSetting ( string bstrSettingName ) ParametersbstrSettingName The name of the setting that should be returned. Return ValueThe setting value of the specified parameter. Empty if the setting doesn't exist. |