Share via


IEdmCollectionValue.Elements Property

Gets the collection of elements stored in this collection.

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

Syntax

'Declaration
ReadOnly Property Elements As IEnumerable(Of IEdmDelayedValue)
    Get
'Usage
Dim instance As IEdmCollectionValue 
Dim value As IEnumerable(Of IEdmDelayedValue)

value = instance.Elements
IEnumerable<IEdmDelayedValue> Elements { get; }
property IEnumerable<IEdmDelayedValue^>^ Elements {
    IEnumerable<IEdmDelayedValue^>^ get ();
}
abstract Elements : IEnumerable<IEdmDelayedValue>
function get Elements () : IEnumerable<IEdmDelayedValue>

Property Value

Type: System.Collections.Generic.IEnumerable<IEdmDelayedValue>
The collection of elements stored in this collection.

See Also

Reference

IEdmCollectionValue Interface

Microsoft.Data.Edm.Values Namespace