Notifications to the GUI on how it should behave. This is very important for those devices that are virtual, (especially scripts.)

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

Syntax

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

See Also