Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.