Gets active information from each single property value 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 PropertyInfo GetDevicePropertyInfo(
	string PropName
)
Visual Basic (Declaration)
Public Function GetDevicePropertyInfo ( _
	PropName As String _
) As PropertyInfo
Visual C++
public:
virtual PropertyInfo^ GetDevicePropertyInfo(
	String^ PropName
) sealed

Parameters

PropName
Type: System..::.String

[Missing <param name="PropName"/> documentation for "M:CoreDevices.Devices.MMDeviceBase.GetDevicePropertyInfo(System.String)"]

Return Value

[Missing <returns> documentation for "M:CoreDevices.Devices.MMDeviceBase.GetDevicePropertyInfo(System.String)"]

See Also