ProfileDeviceType Property |
The type of ASCOM device for which profile data and registration services are provided
(String, default = "Telescope")
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic string DeviceType { get; set; }Public Property DeviceType As String
Get
Set
public:
virtual property String^ DeviceType {
String^ get () sealed;
void set (String^ value) sealed;
}Property Value
StringString describing the type of device being accessed
Return Value
StringString describing the type of device being accessed
Exceptions
See Also