IEdmCollectionType.ElementType Propiedad
Obtiene el tipo de elemento de esta colección.
Espacio de nombres: Microsoft.Data.Edm
Ensamblado: Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Sintaxis
'Declaración
ReadOnly Property ElementType As IEdmTypeReference
Get
'Uso
Dim instance As IEdmCollectionType
Dim value As IEdmTypeReference
value = instance.ElementType
IEdmTypeReference ElementType { get; }
property IEdmTypeReference^ ElementType {
IEdmTypeReference^ get ();
}
abstract ElementType : IEdmTypeReference
function get ElementType () : IEdmTypeReference
Valor de la propiedad
Tipo: Microsoft.Data.Edm.IEdmTypeReference
El tipo de elemento de esta colección.