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.
Namespace: Microsoft.SharePoint.BusinessData.Infrastructure.Collections
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.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>
Implements
IReadOnlyDictionary<TKey, TValue>.Values
See also
Reference
ReadOnlyDictionary<TKey, TValue> class
ReadOnlyDictionary<TKey, TValue> members
Microsoft.SharePoint.BusinessData.Infrastructure.Collections namespace