Share via


PrimitivePropertyConfiguration.RelatedClrType Property

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

'Declaration
Public Overrides ReadOnly Property RelatedClrType As Type 
    Get
'Usage
Dim instance As PrimitivePropertyConfiguration 
Dim value As Type 

value = instance.RelatedClrType
public override Type RelatedClrType { get; }
public:
virtual property Type^ RelatedClrType {
    Type^ get () override;
}
abstract RelatedClrType : Type 
override RelatedClrType : Type
override function get RelatedClrType () : Type

Property Value

Type: System.Type

See Also

Reference

PrimitivePropertyConfiguration Class

System.Web.Http.OData.Builder Namespace