Sets the state of the device

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

Syntax

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

Implements

IStateDeviceCom..::.State

See Also