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)

<ConfigurationPropertyAttribute("type", IsRequired := True, DefaultValue := "")>
<StringValidatorAttribute(MinLength := 1)>
Public Property Type As String

Property Value

Type: System.String

The fully qualified name of the build provider class.

.NET Framework
Available since 4.0
Return to top
Show: