IProfileDeviceType Property

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

Definition

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

See Also