[Missing <summary> documentation for "M:CoreDevices.Interfaces.IComCMMCore.definePropertyBlock(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 definePropertyBlock(
	string blockName,
	string propertyName,
	string propertyValue
)
Visual Basic (Declaration)
Sub definePropertyBlock ( _
	blockName As String, _
	propertyName As String, _
	propertyValue As String _
)
Visual C++
void definePropertyBlock(
	String^ blockName, 
	String^ propertyName, 
	String^ propertyValue
)

Parameters

blockName
Type: System..::.String

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

propertyName
Type: System..::.String

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

propertyValue
Type: System..::.String

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

See Also