Share via


StructuralTypeConfiguration.ClrType Property

Gets the backing CLR Type.

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

Syntax

'Declaration
Public Overridable Property ClrType As Type 
    Get 
    Private Set
'Usage
Dim instance As StructuralTypeConfiguration 
Dim value As Type 

value = instance.ClrType
public virtual Type ClrType { get; private set; }
public:
virtual property Type^ ClrType {
    Type^ get ();
    private: void set (Type^ value);
}
abstract ClrType : Type with get, private set 
override ClrType : Type with get, private set
function get ClrType () : Type 
private function set ClrType (value : Type)

Property Value

Type: System.Type

Implements

IEdmTypeConfiguration.ClrType

See Also

Reference

StructuralTypeConfiguration Class

System.Web.Http.OData.Builder Namespace