Share via


PropertyConfiguration.RelatedClrType Property

 

Gets the CLR Type of the property.

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

Syntax

public abstract Type RelatedClrType { get; }
public:
property Type^ RelatedClrType {
    virtual Type^ get() abstract;
}
abstract RelatedClrType : Type with get
Public MustOverride ReadOnly Property RelatedClrType As Type

Property Value

Type: System.Type

Returns Type.

See Also

PropertyConfiguration Class
System.Web.OData.Builder Namespace

Return to top