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

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

Syntax

C#
void SetDeviceProperty(
	string PropName,
	string PropValue
)
Visual Basic (Declaration)
Sub SetDeviceProperty ( _
	PropName As String, _
	PropValue As String _
)
Visual C++
void SetDeviceProperty(
	String^ PropName, 
	String^ PropValue
)

Parameters

PropName
Type: System..::.String

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

PropValue
Type: System..::.String

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

See Also