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 (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:
© 2017 Microsoft