MetadataProviderAttribute.ProviderType Property

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

Gets the MetadataProvider type.

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

Syntax

'Declaration
Public ReadOnly Property ProviderType As Type
public Type ProviderType { get; }
public:
property Type^ ProviderType {
    Type^ get ();
}
member ProviderType : Type
function get ProviderType () : Type

Property Value

Type: System.Type

See Also

Reference

MetadataProviderAttribute Class

System.Web.Http.Data.Metadata Namespace