[Missing <summary> documentation for "P:Micromanager_net.Form1.HardwareConfigPath"]

Namespace:  Micromanager_net
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also