BMXNET 4.0 Developer API

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

Syntax

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

See Also