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 values in the dictionary.
Namespace: Microsoft.BusinessData.Infrastructure.Collections
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property Values As ICollection(Of TValue)
Get
'Usage
Dim instance As IReadOnlyDictionary
Dim value As ICollection(Of TValue)
value = instance.Values
ICollection<TValue> Values { get; }
Property Value
Type: System.Collections.Generic.ICollection<TValue>
The collection of values in the dictionary.
See Also
Reference
IReadOnlyDictionary<TKey, TValue> Interface