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

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

Syntax

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

Implements

IChannelGroupCom..::.StartUpChannel

See Also