BMXNET 4.0 Developer API

Update the Setting value aName to anInt

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

Syntax

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

Parameters

aName
String
Name of the Setting
anInt
Int32

Return Value

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

See Also