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.
The backing CLR type for the EDM type.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public Type ClrType {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property Type^ ClrType {
[CompilerGeneratedAttribute]
Type^ get();
[CompilerGeneratedAttribute]
void set(Type^ value);
}
member ClrType : Type with get, set
Public Property ClrType As Type
Property Value
Type: System.Type
See Also
ClrTypeAnnotation Class
System.Web.Http.OData Namespace
Return to top