Share via


CollectionPropertyConfiguration.RelatedClrType Property

Gets the CLR type of the collection.

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 CollectionPropertyConfiguration 
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
The CLR type of the collection.

See Also

Reference

CollectionPropertyConfiguration Class

System.Web.Http.OData.Builder Namespace