BMXNET 4.0 Developer API

The current state of the context. This context object is that same instance used for the life of the LocalSession

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

Syntax

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

See Also