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 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