Initializes a new instance of the PropertySetting class

Namespace:  CWrapper
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public PropertySetting(
	string deviceLabel,
	string prop,
	string value
)
Visual Basic (Declaration)
Public Sub New ( _
	deviceLabel As String, _
	prop As String, _
	value As String _
)
Visual C++
public:
PropertySetting(
	String^ deviceLabel, 
	String^ prop, 
	String^ value
)

Parameters

deviceLabel
Type: System..::.String

[Missing <param name="deviceLabel"/> documentation for "M:CWrapper.PropertySetting.#ctor(System.String,System.String,System.String)"]

prop
Type: System..::.String

[Missing <param name="prop"/> documentation for "M:CWrapper.PropertySetting.#ctor(System.String,System.String,System.String)"]

value
Type: System..::.String

[Missing <param name="value"/> documentation for "M:CWrapper.PropertySetting.#ctor(System.String,System.String,System.String)"]

See Also