Share via


IEdmTypeConfiguration.ClrType Property

The CLR type associated with the EdmType.

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

Syntax

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

value = instance.ClrType
Type ClrType { get; }
property Type^ ClrType {
    Type^ get ();
}
abstract ClrType : Type
function get ClrType () : Type

Property Value

Type: System.Type
Returns Type.

See Also

Reference

IEdmTypeConfiguration Interface

System.Web.Http.OData.Builder Namespace