BuildProvider.Type Property

 

Gets or set the comma-separated class and assembly combination that indicates the BuildProvider instance to use.

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

[<ConfigurationPropertyAttribute("type", IsRequired = true, DefaultValue = "")>]
[<StringValidatorAttribute(MinLength = 1)>]
member Type : string with get, set

Property Value

Type: System.String

A comma-separated class and assembly combination that indicates the BuildProvider instance to use.

.NET Framework
Available since 2.0
Return to top
Show: