Share via


EnumTypeConfiguration.ClrType Property

 

Gets the backing CLR Type.

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

Syntax

public Type ClrType {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property Type^ ClrType {
    [CompilerGeneratedAttribute]
    virtual Type^ get() sealed;
    [CompilerGeneratedAttribute]
    private: virtual void set(Type^ value) sealed;
}
abstract ClrType : Type with get, private set
override ClrType : Type with get, private set
Public Property ClrType As Type
    Get
    Private Set
End Property

Property Value

Type: System.Type

Implements

IEdmTypeConfiguration.ClrType

See Also

EnumTypeConfiguration Class
System.Web.OData.Builder Namespace

Return to top