Share via


CollectionPropertyConfiguration Constructor

Constructs a CollectionPropertyConfiguration using the property provided.

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

Syntax

'Declaration
Public Sub New ( _
    property As PropertyInfo, _
    declaringType As StructuralTypeConfiguration _
)
'Usage
Dim property As PropertyInfo 
Dim declaringType As StructuralTypeConfiguration 

Dim instance As New CollectionPropertyConfiguration(property, _
    declaringType)
public CollectionPropertyConfiguration(
    PropertyInfo property,
    StructuralTypeConfiguration declaringType
)
public:
CollectionPropertyConfiguration(
    PropertyInfo^ property, 
    StructuralTypeConfiguration^ declaringType
)
new : 
        property:PropertyInfo * 
        declaringType:StructuralTypeConfiguration -> CollectionPropertyConfiguration
public function CollectionPropertyConfiguration(
    property : PropertyInfo, 
    declaringType : StructuralTypeConfiguration
)

Parameters

See Also

Reference

CollectionPropertyConfiguration Class

System.Web.Http.OData.Builder Namespace