[Missing <summary> documentation for "P:CoreDevices.Devices.IFilterWheelCom.Stops"]

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

Syntax

C#
List<string> Stops { get; }
Visual Basic (Declaration)
ReadOnly Property Stops As List(Of String)
Visual C++
property List<String^>^ Stops {
	List<String^>^ get ();
}

See Also