[Missing <summary> documentation for "P:Micromanager_net.MMToolKitComService.Enabled"]

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

Syntax

C#
public bool Enabled { get; set; }
Visual Basic (Declaration)
Public Property Enabled As Boolean
Visual C++
public:
virtual property bool Enabled {
	bool get () sealed;
	void set (bool value) sealed;
}

Implements

_MMToolKitComService..::.Enabled

See Also