DynamicType.Keys propriedade
Obtém a coleção de teclas.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (em Microsoft.BusinessData.dll)
Sintaxe
'Declaração
Public ReadOnly Property Keys As ICollection(Of String)
Get
'Uso
Dim instance As DynamicType
Dim value As ICollection(Of String)
value = instance.Keys
public ICollection<string> Keys { get; }
Valor de propriedade
Tipo: System.Collections.Generic.ICollection<String>
O conjunto de chaves.