[Missing <summary> documentation for "M:CoreDevices.Interfaces.IComCMMCore.isPropertyPreInit(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#
bool isPropertyPreInit(
	string label,
	string propName
)
Visual Basic (Declaration)
Function isPropertyPreInit ( _
	label As String, _
	propName As String _
) As Boolean
Visual C++
bool isPropertyPreInit(
	String^ label, 
	String^ propName
)

Parameters

label
Type: System..::.String

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

propName
Type: System..::.String

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

Return Value

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

See Also