ProfileRegisteredDeviceTypes Property

List the device types registered in the Profile store

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public ArrayList RegisteredDeviceTypes { get; }

Property Value

ArrayList
List of registered device types

Return Value

ArrayList
A sorted array-list of device type strings

Implements

IProfileRegisteredDeviceTypes

Remarks

Use this to find the types of device that are registered in the Profile store.

Device types are returned without the suffix " Devices" that is used in key names within the profile store; this allows direct use of returned device types inside For Each loops as shown in the Profile code example.

See Also