DesignTimeResourceProviderFactoryAttribute Constructor (String^)

 

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

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

public:
DesignTimeResourceProviderFactoryAttribute(
	String^ factoryTypeName
)

Parameters

factoryTypeName
Type: System::String^

The name of the resource provider factory type.

The DesignTimeResourceProviderFactoryAttribute attribute is set to factoryTypeName.

.NET Framework
Available since 2.0
Return to top
Show: