Share via


NavigationPropertyConfiguration.RelatedClrType Property

 

Gets the backing CLR type of this property type.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.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

NavigationPropertyConfiguration Class
System.Web.OData.Builder Namespace

Return to top