SetupGetSetting Method | |
Get the value according to data type
Namespace:
SOWIApp.Management.Data
Assembly:
SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public Object GetSetting(
string pSettingName,
Object pDefaultValue
)
Public Function GetSetting (
pSettingName As String,
pDefaultValue As Object
) As Object
Parameters
- pSettingName
- Type: SystemString
[Missing <param name="pSettingName"/> documentation for "M:SOWIApp.Management.Data.Setup.GetSetting(System.String,System.Object)"]
- pDefaultValue
- Type: SystemObject
[Missing <param name="pDefaultValue"/> documentation for "M:SOWIApp.Management.Data.Setup.GetSetting(System.String,System.Object)"]
Return Value
Type:
Objecta setting value
See Also