Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DesignTimeResourceProviderFactoryAttribute Constructor (Type^)

 

Initializes a new instance of the DesignTimeResourceProviderFactoryAttribute class with the attribute set to the qualified name of the specified factory type.

Namespace:   System.Web.Compilation
Assembly:  System.Web (in System.Web.dll)

public:
DesignTimeResourceProviderFactoryAttribute(
	Type^ factoryType
)

Parameters

factoryType
Type: System::Type^

The type of the resource provider factory.

The FactoryTypeName property is set to the AssemblyQualifiedName property value of the factoryType parameter.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft