ProfileDeviceType Property

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

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
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

Implements

IProfileDeviceType

Exceptions

InvalidValueExceptionThrown on setting the device type to empty string

See Also