BMXNET 4.0 Developer API

The active ConnectionSpec being used to login. With care, the property can be changed or the instance can be modified during the AttemptingLogin and LoginAttempted events with care.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public RpmsConnectionSpec ConnectionSpec { get; set; }
Public Property ConnectionSpec As RpmsConnectionSpec
public:
property RpmsConnectionSpec^ ConnectionSpec {
	RpmsConnectionSpec^ get ();
	void set (RpmsConnectionSpec^ value);
}

See Also