All devices should be given a name, but it does not have to be unique

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

Syntax

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

See Also