| IFocuserV2Description Property | 
 Returns a description of the device, such as manufacturer and modelnumber. Any ASCII characters may be used. 
 
 
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
 Syntax
Syntaxstring Description { get; }ReadOnly Property Description As String
	Get
property String^ Description {
	String^ get ();
}Property Value
Type: 
StringThe description.
 Exceptions
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 | 
 Remarks
Remarks See Also
See Also