IObservingConditionsDescription Property
Returns a description of the device, such as manufacturer and model number. Any ASCII characters may be used.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
string Description { get; }

Property Value

Type: String
The description.
Exceptions
ExceptionCondition
NotConnectedExceptionIf the device is not connected and this information is only available when connected.
DriverExceptionMust throw an exception if the call was not successful
Remarks

Must be implemented

See Also