| IVideoDescription Property |
Returns a description of the device, such as manufacturer and model number. Any ASCII characters may be used.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntaxstring Description { get; }ReadOnly Property Description As String
Get
property String^ Description {
String^ get ();
}Property Value
Type:
StringThe description.
Exceptions| Exception | Condition |
|---|
| NotConnectedException | If the device is not connected and this information is only available when connected. |
| DriverException | Must throw an exception if the call was not successful |
RemarksMust be implemented, must not throw an ASCOM.PropertyNotImplementedException.
See Also