FolderLevelBuildProvider::Type Property

.NET Framework (current version)
 

Gets or set the fully qualified name of the build provider class.

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

public:
[ConfigurationPropertyAttribute("type", IsRequired = true, DefaultValue = "")]
[StringValidatorAttribute(MinLength = 1)]
property String^ Type {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The fully qualified name of the build provider class.

.NET Framework
Available since 4.0
Return to top
Show: