Sets the state of the device
Namespace:
CoreDevices.DevicesAssembly: 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; } |