MetadataProviderAttribute Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the MetadataProviderAttribute class.

Namespace:  System.Web.Http.Data.Metadata
Assembly:  System.Web.Http.Data (in System.Web.Http.Data.dll)

Syntax

'Declaration
Public Sub New ( _
    providerType As Type _
)
public MetadataProviderAttribute(
    Type providerType
)
public:
MetadataProviderAttribute(
    Type^ providerType
)
new : 
        providerType:Type -> MetadataProviderAttribute
public function MetadataProviderAttribute(
    providerType : Type
)

Parameters

See Also

Reference

MetadataProviderAttribute Class

System.Web.Http.Data.Metadata Namespace