DynamicType.Keys - Propriété
Obtient la collection de clés.
Espace de noms : Microsoft.BusinessData.Runtime
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Keys As ICollection(Of String)
Get
'Utilisation
Dim instance As DynamicType
Dim value As ICollection(Of String)
value = instance.Keys
public ICollection<string> Keys { get; }
Valeur de propriété
Type : System.Collections.Generic.ICollection<String>
La collection de clés.