DynamicType.Values - Propriété
Obtient la collection des valeurs de champ dans le type dynamique.
Espace de noms : Microsoft.BusinessData.Runtime
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Values As ICollection(Of Object)
Get
'Utilisation
Dim instance As DynamicType
Dim value As ICollection(Of Object)
value = instance.Values
public ICollection<Object> Values { get; }
Valeur de propriété
Type : System.Collections.Generic.ICollection<Object>
La collection de valeurs de champ dans le type dynamique.