EdmCollectionType.ElementType Property

Gets the type of the elements.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public ReadOnly Property ElementType As IEdmTypeReference 
    Get
'Usage
Dim instance As EdmCollectionType 
Dim value As IEdmTypeReference 

value = instance.ElementType
public IEdmTypeReference ElementType { get; }
public:
virtual property IEdmTypeReference^ ElementType {
    IEdmTypeReference^ get () sealed;
}
abstract ElementType : IEdmTypeReference 
override ElementType : IEdmTypeReference
final function get ElementType () : IEdmTypeReference

Property Value

Type: Microsoft.Data.Edm.IEdmTypeReference
The type of the elements.

Implements

IEdmCollectionType.ElementType

See Also

Reference

EdmCollectionType Class

Microsoft.Data.Edm.Library Namespace