Share via


CollectionPropertyConfiguration.ElementType Property

Returns the type of Elements in the 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 Type 
    Get
'Usage
Dim instance As CollectionPropertyConfiguration 
Dim value As Type 

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

Property Value

Type: System.Type
The type of elements in the Collection.

See Also

Reference

CollectionPropertyConfiguration Class

System.Web.Http.OData.Builder Namespace