Click or drag to resize

ProfileDeviceType Property

The type of ASCOM device for which profile data and registration services are provided (String, default = "Telescope")

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public string DeviceType { get; set; }

Property Value

String
String describing the type of device being accessed

Return Value

String
String describing the type of device being accessed
Exceptions
ExceptionCondition
InvalidValueExceptionThrown on setting the device type to empty string
See Also