Click or drag to resize

DeviceIdAttributeDeviceName Property

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

Namespace:  ASCOM
Assembly:  ASCOM.Attributes (in ASCOM.Attributes.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public string DeviceName { get; set; }

Property Value

Type: String
The name of the device.
See Also