Initializes a new instance of the MMDeviceBase..::.PropertyHolder class

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

Syntax

C#
public PropertyHolder(
	string PropName,
	string PropValue
)
Visual Basic (Declaration)
Public Sub New ( _
	PropName As String, _
	PropValue As String _
)
Visual C++
public:
PropertyHolder(
	String^ PropName, 
	String^ PropValue
)

Parameters

PropName
Type: System..::.String

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

PropValue
Type: System..::.String

[Missing <param name="PropValue"/> documentation for "M:CoreDevices.Devices.MMDeviceBase.PropertyHolder.#ctor(System.String,System.String)"]

See Also