BMXNET 4.0 Developer API

The current state of the Context.

Namespace:  IndianHealthService.BMXNet.Model
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

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

See Also