IVideoName Property
The short name of the driver, for display purposes.

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

Property Value

Type: String
Exceptions
ExceptionCondition
DriverExceptionMust throw an exception if the call was not successful.
Remarks

Must be implemented, must not throw an ASCOM.PropertyNotImplementedException.

See Also