Returns active property list for this device. Values autoupdate and produce an event to ensure all users have the same value

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

Syntax

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

Return Value

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

See Also