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