[Missing <summary> documentation for "M:CoreDevices.Interfaces.IComCMMCore.setProperty(System.String,System.String,System.String)"]

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

Syntax

C#
void setProperty(
	string label,
	string propName,
	string propValue
)
Visual Basic (Declaration)
Sub setProperty ( _
	label As String, _
	propName As String, _
	propValue As String _
)
Visual C++
void setProperty(
	String^ label, 
	String^ propName, 
	String^ propValue
)

Parameters

label
Type: System..::.String

[Missing <param name="label"/> documentation for "M:CoreDevices.Interfaces.IComCMMCore.setProperty(System.String,System.String,System.String)"]

propName
Type: System..::.String

[Missing <param name="propName"/> documentation for "M:CoreDevices.Interfaces.IComCMMCore.setProperty(System.String,System.String,System.String)"]

propValue
Type: System..::.String

[Missing <param name="propValue"/> documentation for "M:CoreDevices.Interfaces.IComCMMCore.setProperty(System.String,System.String,System.String)"]

See Also