Share via


PropertyConfiguration.RelatedClrType Property

Gets the CLR Type of the property.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property RelatedClrType As Type 
    Get
'Usage
Dim instance As PropertyConfiguration 
Dim value As Type 

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

Property Value

Type: System.Type

See Also

Reference

PropertyConfiguration Class

System.Web.Http.OData.Builder Namespace