DynamicType.Values Property
Gets the collection of field values in the dynamic type.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public ReadOnly Property Values As ICollection(Of Object)
Get
'Usage
Dim instance As DynamicType
Dim value As ICollection(Of Object)
value = instance.Values
public ICollection<Object> Values { get; }
Property Value
Type: System.Collections.Generic.ICollection<Object>
The field value collection in the dynamic type.
Implements
IDictionary<TKey, TValue>.Values