Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of keys in the dictionary.
Namespace: Microsoft.BusinessData.Infrastructure.Collections
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property Keys As ICollection(Of TKey)
Get
'Usage
Dim instance As IReadOnlyDictionary
Dim value As ICollection(Of TKey)
value = instance.Keys
ICollection<TKey> Keys { get; }
Property Value
Type: System.Collections.Generic.ICollection<TKey>
The collection of keys in the dictionary.
See Also
Reference
IReadOnlyDictionary<TKey, TValue> Interface