[Missing <summary> documentation for "P:CoreDevices.IChannelGroupCom.Channels"]

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

Syntax

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

See Also