Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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