BMXNET 4.0 Developer API

Get the boolean Setting named aString. Answer the defaultValue if the Setting named aString does not exist in the receiver or it's Backup chain.

Namespace:  IndianHealthService.BMXNet.WinForm.Configuration
Assembly:  BMXWIN40 (in BMXWIN40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Get(
	string aString,
	bool defaultValue
)
Public Function Get ( _
	aString As String, _
	defaultValue As Boolean _
) As Boolean
public:
bool Get(
	String^ aString, 
	bool defaultValue
)

Parameters

aString
String
Name of the setting
defaultValue
Boolean
Default value

Return Value

See Also