Gets the value associated with the given system parameter

Namespace: Asi.iBO.SystemConfig
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public bool GetSystemParameterValueBool(
	string fullParameterName
)
Visual Basic
Public Function GetSystemParameterValueBool ( _
	fullParameterName As String _
) As Boolean
Visual C++
public:
bool GetSystemParameterValueBool(
	String^ fullParameterName
)

Parameters

fullParameterName
Type: System..::..String
The full name of the parameter, e.g., "Member_Control.ChapterPrompt" or "Contact.AddressSharingCompanyEnabled"

Return Value

The boolean value assigned to that parameter. If the parameter is not found or not assigned false will be returned.

See Also