BMXNET 4.0 Developer API

Get the Integer 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 int Get(
	string aString,
	int defaultValue
)
Public Function Get ( _
	aString As String, _
	defaultValue As Integer _
) As Integer
public:
int Get(
	String^ aString, 
	int defaultValue
)

Parameters

aString
String
Name of the setting
defaultValue
Int32
Default value

Return Value

See Also