BMXNET 4.0 Developer API

The optional flag to specify this connection as the users default.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool IsDefault { get; set; }
Public Property IsDefault As Boolean
public:
property bool IsDefault {
	bool get ();
	void set (bool value);
}

See Also