public ArrayList RegisteredDeviceTypes { get; }Public ReadOnly Property RegisteredDeviceTypes As ArrayList
Getpublic:
virtual property ArrayList^ RegisteredDeviceTypes {
ArrayList^ get () sealed;
}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.