Keys¶
-
System.Collections.IEnumerable<K> IDictionary.Keys { get; }¶
Gets the collection of keys.
- Value
IEnumerable<K> – Collection of keys in this collection.
- Throws
CommunicationErrorException– Protocol error.ConnectionLostException– Connection to controller lost.RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.