Share via


IEdmCollectionType.ElementType Property

Gets the element type of this collection.

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

Syntax

'Declaration
ReadOnly Property ElementType As IEdmTypeReference 
    Get
'Usage
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

Property Value

Type: Microsoft.Data.Edm.IEdmTypeReference
The element type of this collection.

See Also

Reference

IEdmCollectionType Interface

Microsoft.Data.Edm Namespace