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 of this property type.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public override Type RelatedClrType { get; }
public:
property Type^ RelatedClrType {
virtual Type^ get() override;
}
override RelatedClrType : Type with get
Public Overrides ReadOnly Property RelatedClrType As Type
Property Value
Type: System.Type
See Also
PrimitivePropertyConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top