BMXNET 4.0 Developer API

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

Syntax

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

See Also