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: