[Missing <summary> documentation for "M:CoreDevices.Devices.IEmptyGuiDeviceCom.GetDevicePropertyValue(System.String)"]

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

Syntax

C#
string GetDevicePropertyValue(
	string PropName
)
Visual Basic (Declaration)
Function GetDevicePropertyValue ( _
	PropName As String _
) As String
Visual C++
String^ GetDevicePropertyValue(
	String^ PropName
)

Parameters

PropName
Type: System..::.String

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

Return Value

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

See Also