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
Syntaxpublic string DeviceName { get; set; }Public Property DeviceName As String
Get
Set
public:
property String^ DeviceName {
String^ get ();
void set (String^ value);
}Property Value
Type:
StringThe name of the device.
See Also