DeviceIdAttributeDeviceName Property

Gets or sets the display name of the device. This would be the short display name, as displayed in the ASCOM Chooser.

Definition

Namespace: ASCOM
Assembly: ASCOM.Attributes (in ASCOM.Attributes.dll) Version: 7.1.3+4851.c5da65c2b
C#
public string DeviceName { get; set; }

Property Value

String
The name of the device.

See Also