Share via


CollectionTypeConfiguration.ElementType Property

Gets the IEdmTypeConfiguration of elements in this collection.

Namespace:  System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public ReadOnly Property ElementType As IEdmTypeConfiguration 
    Get
'Usage
Dim instance As CollectionTypeConfiguration 
Dim value As IEdmTypeConfiguration 

value = instance.ElementType
public IEdmTypeConfiguration ElementType { get; }
public:
property IEdmTypeConfiguration^ ElementType {
    IEdmTypeConfiguration^ get ();
}
member ElementType : IEdmTypeConfiguration
function get ElementType () : IEdmTypeConfiguration

Property Value

Type: System.Web.Http.OData.Builder.IEdmTypeConfiguration
Returns IEdmTypeConfiguration.

See Also

Reference

CollectionTypeConfiguration Class

System.Web.Http.OData.Builder Namespace