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)

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

Property Value

Type: System::String^

The name of the build provider object.

.NET Framework
Available since 4.0
Return to top
Show: