BMXNET 4.0 Developer API

The AppContext that the async call was made with

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

Syntax

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

See Also