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: ASCOMAssembly: ASCOM.Attributes (in ASCOM.Attributes.dll) Version: 7.1.3+4851.c5da65c2b
public string DeviceName { get; set; }
Public Property DeviceName As String
Get
Set
public:
property String^ DeviceName {
String^ get ();
void set (String^ value);
}
Property Value
StringThe name of the device.