BMXNET 4.0 Developer API

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

Parameters

aString
String
Name of the setting
defaultValue
String
Default value

Return Value

See Also