[Missing <summary> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getDevicePropertyNames(System.String)"]

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

Syntax

C#
StrVector getDevicePropertyNames(
	string label
)
Visual Basic (Declaration)
Function getDevicePropertyNames ( _
	label As String _
) As StrVector
Visual C++
StrVector^ getDevicePropertyNames(
	String^ label
)

Parameters

label
Type: System..::.String

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

Return Value

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

See Also