Share via


PrimitiveTypeConfiguration.ClrType Property

Gets the backing CLR type of this EDM type.

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

Syntax

'Declaration
Public ReadOnly Property ClrType As Type 
    Get
'Usage
Dim instance As PrimitiveTypeConfiguration 
Dim value As Type 

value = instance.ClrType
public Type ClrType { get; }
public:
virtual property Type^ ClrType {
    Type^ get () sealed;
}
abstract ClrType : Type 
override ClrType : Type
final function get ClrType () : Type

Property Value

Type: System.Type

Implements

IEdmTypeConfiguration.ClrType

See Also

Reference

PrimitiveTypeConfiguration Class

System.Web.Http.OData.Builder Namespace