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

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

Syntax

C#
ChannelState StartUpChannel { get; set; }
Visual Basic (Declaration)
Property StartUpChannel As ChannelState
Visual C++
property ChannelState^ StartUpChannel {
	ChannelState^ get ();
	void set (ChannelState^ value);
}

See Also