BuildProvider.Type Property
.NET Framework (current version)
Gets or set the comma-separated class and assembly combination that indicates the BuildProvider instance to use.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("type", IsRequired = true, DefaultValue = "")] [StringValidatorAttribute(MinLength = 1)] public string Type { get; set; }
Property Value
Type: System.StringA comma-separated class and assembly combination that indicates the BuildProvider instance to use.
.NET Framework
Available since 2.0
Available since 2.0
Show: