Share via


CollectionPropertyConfiguration.ElementType Property

 

Returns the type of Elements in the Collection

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

Syntax

public Type ElementType { get; }
public:
property Type^ ElementType {
    Type^ get();
}
member ElementType : Type with get
Public ReadOnly Property ElementType As Type

Property Value

Type: System.Type

See Also

CollectionPropertyConfiguration Class
System.Web.OData.Builder Namespace

Return to top