Gets the value associated with the given system parameter
Namespace:
Asi.iBO.SystemConfig
Assembly:
Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public string GetSystemParameterValue(
string fullParameterName
) |
| Visual Basic (Declaration) |
|---|
Public Function GetSystemParameterValue ( _
fullParameterName As String _
) As String |
| Visual C++ |
|---|
public:
String^ GetSystemParameterValue(
String^ fullParameterName
) |
Parameters
- fullParameterName
- Type: System..::.String
The full name of the parameter, e.g., "Member_Control.ChapterPrompt" or "Contact.AddressSharingCompanyEnabled"
Return Value
The value assigned to that parameter, or the empty string if the parameter is not found
See Also