Gets a snapshot of all the device properties and their current values

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

Syntax

C#
public Dictionary<string, string> GetDevicePropertyValues()
Visual Basic (Declaration)
Public Function GetDevicePropertyValues As Dictionary(Of String, String)
Visual C++
public:
virtual Dictionary<String^, String^>^ GetDevicePropertyValues() sealed

Return Value

[Missing <returns> documentation for "M:CoreDevices.Devices.MMDeviceBase.GetDevicePropertyValues"]

See Also