AlpacaDeviceBaseClassDescription Property |
Returns a description of the driver, such as manufacturer and model number.
Namespace: ASCOM.Alpaca.ClientsAssembly: ASCOM.Alpaca (in ASCOM.Alpaca.dll) Version: 2.1.0+15bd426746e14ecc59ad81c289f923331d1aae8b
Syntaxpublic string Description { get; }
Public ReadOnly Property Description As String
Get
Property Value
StringThe description.
Implements
IAscomDeviceDescription
Exceptions
Remarks
Any ASCII characters may be used. The string must not exceed 68 characters (for compatibility with FITS headers).
See Also