[Missing <summary> documentation for "P:CoreDevices.Devices.IZStageCom.SaveableProperties"]

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

Syntax

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

See Also