BMXNET 4.0 Developer API

Update the Setting value aName to aBool

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Set(
	string aName,
	bool aBool
)
Public Function Set ( _
	aName As String, _
	aBool As Boolean _
) As Boolean
public:
bool Set(
	String^ aName, 
	bool aBool
)

Parameters

aName
String
Name of the Setting
aBool
Boolean
Boolean value to set

Return Value

True if the setting was changed, False if the setting was the same value

See Also