FolderLevelBuildProvider.Name Property

.NET Framework (current version)
 

Gets or sets the name of the FolderLevelBuildProvider object.

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

[ConfigurationPropertyAttribute("name", IsRequired = true, IsKey = true, 
	DefaultValue = "")]
[StringValidatorAttribute(MinLength = 1)]
public string Name { get; set; }

Property Value

Type: System.String

The name of the build provider object.

.NET Framework
Available since 4.0
Return to top
Show: