ElementValues Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the values stored in this collection.
Namespace: Microsoft.Data.Edm.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property ElementValues As IEnumerable(Of IEdmValue)
Get
'Usage
Dim instance As IEdmCollectionValue
Dim value As IEnumerable(Of IEdmValue)
value = instance.ElementValues
IEnumerable<IEdmValue> ElementValues { get; }
property IEnumerable<IEdmValue^>^ ElementValues {
IEnumerable<IEdmValue^>^ get ();
}
abstract ElementValues : IEnumerable<IEdmValue>
function get ElementValues () : IEnumerable<IEdmValue>
Property Value
Type: System.Collections.Generic..::..IEnumerable< (Of < ( <'IEdmValue> ) > ) >