Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the backing CLR Type.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public virtual Type ClrType {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property Type^ ClrType {
[CompilerGeneratedAttribute]
virtual Type^ get();
[CompilerGeneratedAttribute]
private: virtual void set(Type^ value);
}
abstract ClrType : Type with get, private set
override ClrType : Type with get, private set
Public Overridable Property ClrType As Type
Get
Private Set
End Property
Property Value
Type: System.Type
Implements
See Also
StructuralTypeConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top