[Missing <summary> documentation for "P:CoreDevices.Devices.XYStage.XYZlocation.LocationName"]

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

Syntax

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

Implements

IXYZlocationCom..::.LocationName

See Also