get_setting_text Method
Returns the string setting of a specific system setting
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static string get_setting_text( string setting) |
VB |
Public Shared Function get_setting_text ( setting As String) As String |
Parameters
setting
Type: System.String
The setting to retrieve
Return Value
Type: Stringsetting value as a string
See Also
functions Class
Scheduler Namespace