Share via


CollectionTypeConfiguration.ClrType Property

 

Gets the CLR type associated with this collection type.

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

Syntax

public Type ClrType { get; }
public:
property Type^ ClrType {
    virtual Type^ get() sealed;
}
abstract ClrType : Type with get
override ClrType : Type with get
Public ReadOnly Property ClrType As Type

Property Value

Type: System.Type

Implements

IEdmTypeConfiguration.ClrType

See Also

CollectionTypeConfiguration Class
System.Web.OData.Builder Namespace

Return to top