Some device properties are not saved from one session to the next This gives a list of those properties that the user defined as needing to be saved

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

Syntax

C#
public string[] SaveableProperties { get; set; }
Visual Basic (Declaration)
Public Property SaveableProperties As String()
Visual C++
public:
virtual property array<String^>^ SaveableProperties {
	array<String^>^ get () sealed;
	void set (array<String^>^ value) sealed;
}

See Also