Gets a list of all the property names possible for this device.

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

Syntax

C#
public string[] GetDevicePropertyNames()
Visual Basic (Declaration)
Public Function GetDevicePropertyNames As String()
Visual C++
public:
virtual array<String^>^ GetDevicePropertyNames() sealed

Return Value

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

See Also