[Missing <summary> documentation for "M:CWrapper.PropertyBlock.getValue(System.String)"]

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

Syntax

C#
public string getValue(
	string key
)
Visual Basic (Declaration)
Public Function getValue ( _
	key As String _
) As String
Visual C++
public:
String^ getValue(
	String^ key
)

Parameters

key
Type: System..::.String

[Missing <param name="key"/> documentation for "M:CWrapper.PropertyBlock.getValue(System.String)"]

Return Value

[Missing <returns> documentation for "M:CWrapper.PropertyBlock.getValue(System.String)"]

See Also